systemprompt-mcp-notion
@Ejb503
About systemprompt-mcp-notion
This an Model Context Protocol (MCP) server that integrates Notion into your AI workflows. This server enables seamless access to Notion through MCP, allowing AI agents to interact with pages, databases, and comments.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"systemprompt-mcp-notion": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"systemprompt-mcp-notion",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is systemprompt-mcp-notion?
systemprompt-mcp-notion is a Model Context Protocol (MCP) server that integrates Notion into AI workflows, enabling AI agents to interact with Notion pages and databases through a standardized protocol. It requires MCP Sampling and is designed for developers building AI-powered Notion integrations.
How to use systemprompt-mcp-notion?
Install via npm (npm install systemprompt-mcp-notion) or automatically through Smithery. Configure a .env file with your SYSTEMPROMPT_API_KEY and NOTION_API_KEY, then add the server to your MCP client configuration as a JSON entry specifying command and environment variables.
Key features of systemprompt-mcp-notion
- Create and update pages with rich text formatting
- Search across your Notion workspace
- Extensive test coverage with Jest
- TypeScript support and comprehensive error handling
- Detailed logging and debugging tools
- Supports MCP Sampling for page creation and updates
Use cases of systemprompt-mcp-notion
- Enable an AI assistant to read and update Notion databases autonomously
- Automate content creation and page formatting in Notion based on AI decisions
- Integrate Notion search into chat-based AI workflows
- Build custom AI tools that manage Notion workspaces programmatically
FAQ from systemprompt-mcp-notion
What API keys are required to use systemprompt-mcp-notion?
You need a Systemprompt API key (free, sign up at systemprompt.io/console) and a Notion integration token (create at notion.so/my-integrations with Read/Update/Insert and Search capabilities).
Does systemprompt-mcp-notion support MCP Sampling?
Yes, it requires and supports MCP Sampling, which is necessary for the server to create and update Notion pages.
How do I install systemprompt-mcp-notion?
You can install it via npm (npm install systemprompt-mcp-notion) or automatically via Smithery using npx -y @smithery/cli install systemprompt-mcp-notion --client claude.
What MCP capabilities does the server expose?
The server lists resources (listChanged), tools, prompts (listChanged), and sampling capabilities in its capability declaration.
Is a specific MCP client required?
A compatible MCP client is available at the provided GitHub repository, but any MCP-compatible client can be used.
More Memory & Knowledge MCP servers
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Comments