M
MCP_NotionMCP_Webviewer
@ar-codelabs/MCP_NotionMCP_Webviewer
0 Stars
5 次浏览
ar-codelabs
更新于 2026-08-23
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"notion": {
"args": [
"./application/mcp_server_notion.py"
],
"command": "python3",
"env": {
"NOTION_API_KEY": "your_notion_integration_token",
"NOTION_PAGE_ID": "your_notion_page_id"
}
}
}
}
服务介绍
Notion Page Viewer
Notion Streamlit .
**4 **
- ** ** - , ,
- ** + ** -
- ** ** -
- ** ** - JSON ()
1.
git clone https://github.com/ar-codelabs/MCP_NotionMCP_Webviewer.git
cd MCP_notion_webviewer
#
pip install -r requirements.txt
2. Notion
- developers.notion.com/) Integration
- Integration Token
- Notion Integration
- ID (URL )
3. (Notion)
application/mcp.json :
{
"mcpServers": {
"notion": {
"command": "python3",
"args": ["./application/mcp_server_notion.py"],
"env": {
"NOTION_API_KEY": "your_notion_integration_token",
"NOTION_PAGE_ID": "your_notion_page_id"
}
}
}
}
4.
streamlit run application/app_webview_mcp_simple.py
1.
2. 4
- ** **:
- ** + **:
- ** **:
- ** **: JSON
3. Notion
- (paragraph)
- (heading_1, heading_2, heading_3)
- (bulleted_list_item, numbered_list_item)
- (toggle)
- (image)
- (code)
- (quote)
- (column_list, column)
- (child_page)
Notion ID
- Notion URL:
https://notion.so/-abc123def456... - 32 ID
- :
abc123def456...
# MCP
streamlit run application/app_webview_mcp_simple.py --server.port 8502
- Frontend: Streamlit
- API: Notion API (notion-client)
- Language: Python 3.8+
MCP
- MCP: Model Context Protocol
- Architecture: Server-Client
- Modularity: MCP
- Notion Integration
- Notion URL