StackMCP
Beginner

Technical Writer Stack

Create and manage documentation with Notion, search existing docs, manage files, and research topics efficiently.

5 servers24.0K tokens12% of context

Token Budget

24.0K used (12.0%)176.0K remaining
GitHub MCP10.3K (5.1%)
Filesystem MCP5.7K (2.8%)
Notion MCP5.2K (2.6%)
Exa Search MCP1.5K (0.8%)
Context7 MCP1.0K (0.5%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "github-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
      }
    },
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    },
    "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"
      }
    },
    "context7-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ]
    }
  }
}

Included Servers

Exa Search MCP

Exa

85
search

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

4.2k15.4k/wk1.5K tokens(0.8%)Officialtoday

Research technical topics with AI-powered search. Find accurate references, code examples, and prior art for any concept you're documenting.

Context7 MCP

Upstash

94
documentation

Pull up-to-date documentation and code examples for any library directly into your prompt context using the Context7 API.

51.7k605.8k/wk1.0K tokens(0.5%)Official3d ago

Access library and framework docs directly. When writing tutorials or API references, accuracy against the latest version is non-negotiable.

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For Notion MCP

Notion Knowledge Captureworkflow

Convert conversations into structured Notion pages. Automatically organizes knowledge into databases and linked pages.

npx skillsadd openai/skills/notion-knowledge-capture
Notion Spec to Implementationworkflow

Turn Notion specs into implementation plans and tasks. Bridges product requirements with engineering execution.

npx skillsadd openai/skills/notion-spec-to-implementation
Content Creatorrole

SEO-optimized marketing content with consistent brand voice. Pairs with Notion MCP for content management workflows.

For GitHub MCP

GitHub CLI Workflowsworkflow

Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.

npx skillsadd callstackincubator/agent-skills/github
Fix CI Failuresworkflow

Debug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.

npx skillsadd openai/skills/gh-fix-ci
Address PR Commentsworkflow

Address PR review comments using GitHub CLI. Streamlines the code review response workflow.

npx skillsadd openai/skills/gh-address-comments
Code Reviewerrole

Automated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.