Content Creator Stack
Research, write, and manage content across platforms. Notion for writing, web search for research, and task management.
Token Budget
This stack is lightweight. Plenty of room for your prompts and code context.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"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"
}
},
"todoist-mcp": {
"command": "npx",
"args": [
"-y",
"todoist-mcp"
],
"env": {
"TODOIST_API_TOKEN": "YOUR_TODOIST_API_TOKEN"
}
},
"exa-mcp": {
"command": "npx",
"args": [
"-y",
"exa-mcp-server"
],
"env": {
"EXA_API_KEY": "YOUR_EXA_API_KEY"
}
},
"brave-search-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
}
}
}
}Included Servers
Notion MCP
Community
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.
Exa Search MCP
Exa
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.
Todoist MCP
Community
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.
Filesystem MCP
Anthropic
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.
Brave Search MCP
Anthropic
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.