★ 8900 TypeScript MIT stdio 更新 18小时前

Notion MCP Server

连接 Notion 页面和数据库,适合文档问答、项目资料整理和内容检索。

安装配置

{
    "mcpServers": {
        "notion": {
            "command": "npx",
            "args": [
                "-y",
                "@notionhq/notion-mcp-server"
            ],
            "env": {
                "EXAMPLE_ENV": "replace-with-your-value"
            }
        }
    }
}
OPENAPI_MCP_HEADERS={"Authorization":"Bearer ntn_xxx","Notion-Version":"2022-06-28"}

README 摘要

连接 Notion 页面和数据库,适合文档问答、项目资料整理和内容检索。 支持通用 MCP JSON 配置复制。可在 Codex、Claude、Cursor 等客户端中按需调整 command、args 和 env。

相关 MCP

GitHub MCP Server

连接 GitHub 仓库、Issues、Pull Requests 和代码搜索的 MCP 服务,适合代码协作和项目问答。

★ 15800 TypeScript stdio 有配置
github code repository

Chrome

Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser funct...

★ 11659 TypeScript sse 有配置
mcp sse TypeScript