StackMCP

Content Creator Stack for Claude Code

Beginner5 servers17.5K tokens

Configuration

{
  "mcpServers": {
    "notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "notion-mcp-server"
      ],
      "env": {
        "NOTION_API_KEY": "YOUR_NOTION_API_KEY"
      }
    },
    "exa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "exa-mcp-server"
      ],
      "env": {
        "EXA_API_KEY": "YOUR_EXA_API_KEY"
      }
    },
    "todoist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "todoist-mcp"
      ],
      "env": {
        "TODOIST_API_TOKEN": "YOUR_TODOIST_API_TOKEN"
      }
    },
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    },
    "brave-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
      }
    }
  }
}

CLI Commands

Alternatively, add each server via the Claude Code CLI:

claude mcp add notion-mcp -e NOTION_API_KEY=YOUR_NOTION_API_KEY -- npx -y notion-mcp-server
claude mcp add exa-mcp -e EXA_API_KEY=YOUR_EXA_API_KEY -- npx -y exa-mcp-server
claude mcp add todoist-mcp -e TODOIST_API_TOKEN=YOUR_TODOIST_API_TOKEN -- npx -y todoist-mcp
claude mcp add filesystem-mcp -- npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/directory
claude mcp add brave-search-mcp -e BRAVE_API_KEY=YOUR_BRAVE_API_KEY -- npx -y @modelcontextprotocol/server-brave-search

Where to save

Paste the config above into:

~/.claude.json

Environment Variables

Replace the YOUR_ placeholders with your actual values.

NOTION_API_KEYrequired

Notion integration API key

Used by: Notion MCP

EXA_API_KEYrequired

Exa API key

Used by: Exa Search MCP

TODOIST_API_TOKENrequired

Todoist API token

Used by: Todoist MCP

BRAVE_API_KEYrequired

Brave Search API key

Used by: Brave Search MCP

What’s in this stack

Notion MCP10 tools

Access and manage Notion pages, databases, and blocks. Create content, query databases, and organize your workspace from your AI editor.

Your content hub. Create, edit, and organize articles, drafts, and editorial calendars without leaving the AI assistant.

AI-powered web search and crawling with Exa. Get semantically relevant results, extract content, and find similar pages.

Research any topic with AI-powered search that returns actual content, not just links. Perfect for fact-checking and sourcing.

Manage your Todoist tasks, projects, and labels. Create, complete, and organize tasks from your AI editor.

Track your content pipeline — what's drafted, what needs editing, what's ready to publish. Keeps the editorial workflow moving.

Read, write, search, and manage files on your local filesystem with secure directory-scoped access for your AI editor.

Read and write local files for drafts, assets, and export formats that don't live in Notion.

Search the web using Brave Search API. Perform web searches and get results directly in your AI editor context.

A second search engine for broader web results. When Exa's semantic search is too focused, Brave gives you the wider picture.

Other editors