반응형

Model Context Protocol (MCP)
The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context and tools to LLMs. Notion maintains an open-source MCP server that allows AI agents to use the Notion API to add and retrieve context in Notion. The onl
developers.notion.com
View my integrations 선택

{ "mcpServers": { "notionApi": { "command": "npx", "args": ["-y", "@notionhq/notion-mcp-server"], "env": { "OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_****\", \"Notion-Version\": \"2022-06-28\" }" } } } }
오른쪽 view my integrations 선택




{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\genai.zone\\basecamp"
]
},
"notionApi": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer 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\", \"Notion-Version\": \"2022-06-28\" }"
}
}
}
}





반응형
'MCP' 카테고리의 다른 글
| cursor MCP setting (0) | 2025.05.30 |
|---|---|
| zapier MCP (0) | 2025.05.30 |
| MCP 관리 도구 Smithery (0) | 2025.05.30 |
| Cursor Filesystem MCP Server 설치 (0) | 2025.05.30 |
| 클로드 MCP 셋팅했는데도, 망치 아이콘 안뜰때 확인해야할 check list (1) | 2025.05.26 |