Context Apps MCP server

Connects to four iOS productivity apps (Todo, Idea, Journal, Timer) through Apple ID OAuth authentication, enabling task management, idea capture, emotion-tracked journaling, and time logging with tag-based organization and search capabilities.
Back to servers
Setup instructions
Provider
tubasasakunn
Release date
Jul 26, 2025

Context Apps MCP is an AI-powered productivity suite that connects Todo, Idea, Journal, and Timer apps with Claude through the Model Context Protocol. The server enables Claude to access and manipulate your productivity data across these applications, providing intelligent assistance for task management, idea development, journaling, and time tracking.

Quick Start

Claude Desktop

  1. Open Settings → Manage connectors
  2. Click Add custom connector
  3. Enter URL: https://mcp-server.basaapp.com/mcp
  4. Click Connect → Sign in with Apple ID
  5. ✅ Ready to use!

Other MCP Clients

Use this configuration with any MCP-compatible client:

{
  "mcpServers": {
    "context-apps": {
      "url": "https://mcp-server.basaapp.com/mcp"
    }
  }
}

Available Apps

For full functionality, download these apps from the App Store:

  • Context Todo: AI task management & scheduling (App Store)
  • Context Idea: AI idea development & organization (App Store)
  • Context Journal: AI journal analysis & insights (App Store)
  • Context Timer: AI productivity & time tracking (App Store)

Features

Smart Task Management

  • AI task breakdown and prioritization
  • Intelligent time estimation
  • Context-aware scheduling
  • Progress tracking and insights

Idea Development

  • AI-powered brainstorming assistance
  • Concept expansion and refinement
  • Knowledge linking and organization
  • Creative synthesis and insights

Journal Intelligence

  • Emotional pattern recognition
  • Personal growth tracking
  • AI-guided reflection prompts
  • Behavioral insight analysis

Productivity Optimization

  • Focus session management
  • Work pattern analysis and optimization
  • Habit formation guidance
  • Performance metrics and recommendations

Authentication & Security

  • Authentication: Apple ID OAuth 2.0
  • Requirements: Context apps installed on iOS device
  • Permissions: Read/write access to your productivity data
  • Privacy: End-to-end encrypted communication
  • Data Control: You own your data, export anytime

Available MCP Tools

  • Task Management: todo_search, todo_insert, todo_update, todo_delete, todo_status_list
  • Idea Development: idea_search, idea_insert, idea_update, idea_delete
  • Journal Analysis: journal_search, journal_insert, journal_update, journal_delete, journal_tag_list
  • Time Management: timer_search, timer_insert, timer_update, timer_delete

Example Interactions

  • "Help me organize my day with 5 tasks and 3 meetings"
    Claude analyzes tasks via Context Todo, estimates times, creates optimized schedule

  • "Expand my idea about sustainable urban transportation"
    Claude uses Context Idea to develop concepts, suggest research areas, structure thinking

  • "How has my productivity changed this month compared to last?"
    Claude analyzes patterns using Context Timer and Journal data, provides insights

  • "Create a reflection prompt based on my recent journal entries"
    Claude reviews Context Journal data, generates personalized reflection questions

Supported Platforms

  • Claude Desktop: Full Support
  • Cursor IDE: Compatible with standard MCP configuration
  • Cline (VS Code): Compatible with standard MCP configuration
  • Other MCP Clients: Compatible with standard MCP JSON configuration

System Requirements

  • MCP Client: Any MCP-compatible application
  • Authentication: Apple ID required
  • iOS Apps: Context apps installed on iOS device
  • Internet: Stable connection required

Troubleshooting

Connection Issues

  • Verify URL: https://mcp-server.basaapp.com/mcp
  • Check internet connectivity
  • Ensure MCP client supports remote servers

Authentication Problems

  • Confirm Apple ID credentials
  • Verify Context apps are installed on iOS device
  • Check app permissions in iOS Settings

Tool Errors

  • Ensure specific Context app is installed for tool category
  • Check app is signed in with same Apple ID
  • Verify app permissions are granted

Support

How to install this MCP server

For Claude Code

To add this MCP server to Claude Code, run this command in your terminal:

claude mcp add-json "context-apps" '{"url":"https://mcp-server.basaapp.com/mcp"}'

See the official Claude Code MCP documentation for more details.

For Cursor

There are two ways to add an MCP server to Cursor. The most common way is to add the server globally in the ~/.cursor/mcp.json file so that it is available in all of your projects.

If you only need the server in a single project, you can add it to the project instead by creating or adding it to the .cursor/mcp.json file.

Adding an MCP server to Cursor globally

To add a global MCP server go to Cursor Settings > Tools & Integrations and click "New MCP Server".

When you click that button the ~/.cursor/mcp.json file will be opened and you can add your server like this:

{
    "mcpServers": {
        "context-apps": {
            "url": "https://mcp-server.basaapp.com/mcp"
        }
    }
}

Adding an MCP server to a project

To add an MCP server to a project you can create a new .cursor/mcp.json file or add it to the existing one. This will look exactly the same as the global MCP server example above.

How to use the MCP server

Once the server is installed, you might need to head back to Settings > MCP and click the refresh button.

The Cursor agent will then be able to see the available tools the added MCP server has available and will call them when it needs to.

You can also explicitly ask the agent to use the tool by mentioning the tool name and describing what the function does.

For Claude Desktop

To add this MCP server to Claude Desktop:

1. Find your configuration file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

2. Add this to your configuration file:

{
    "mcpServers": {
        "context-apps": {
            "url": "https://mcp-server.basaapp.com/mcp"
        }
    }
}

3. Restart Claude Desktop for the changes to take effect

Want to 10x your AI skills?

Get a free account and learn to code + market your apps using AI (with or without vibes!).

Nah, maybe later