modelscope·@DeepActionPotential/NotionMCP
暂无描述。
NotionMCP is a Modular Context Protocol (MCP) server that exposes advanced Notion search, reading, summarization, and emotion-analysis tools to any MCP-compatible LLM client such as Claude Desktop.
This project turns your Notion workspace into an intelligent, queryable knowledge system, giving your AI assistant the ability to:
It is built for:
Works out-of-the-box with:
search_tools.pyread_tools.pyai_tools.pyNotionMCP upgrades Notion from a documentation space into a scalable AI knowledge engine. It enables teams and organizations to operate faster, reduce manual overhead, and make better decisions by turning unstructured notes into actionable intelligence.






You may install using either:
venv (recommended for most users)git clone https://github.com/DeepActionPotential/NotionMCP.git
cd NotionMCP
python -m venv .venv
Activate it:
Windows
.venv\Scripts\activate
macOS/Linux
source .venv/bin/activate
pip install -r requirements.txt
python server.py
uvuv sync
uv run server.py
Add the following to:
claude_desktop_config.json
{
"mcpServers": {
"NotionMCPServer": {
"command": "uv",
"args": [
"--directory",
"your-own-server-file-directory",
"run",
"server.py"
]
}
}
}
Restart Claude Desktop. You should now see all Notion tools available under the MCP Tools menu.
Create a .env file or export environment variables:
NOTION_API_KEY=secret_notion-api
HTTP-TIMEOUT=60
Your Notion integration must be shared with the pages or workspace you want to read.
Ask Claude:
Claude will automatically call MCP tools such as:
searchiter_searchget_page_textsummarize_page_textget_page_sentimentNotionMCP
tools/
search_tools.py
read_tools.py
ai_tools.py
core/
notion_clients.py
services/
summarization_service.py
text_emotion_service.py
demo/
server.py
Contributions are welcome:
Please open an issue or submit a PR.
MIT License free for commercial and private use.
一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。
一个MCP服务器,它在本地git仓库上提供语义搜索功能,使用户能够克隆仓库、处理分支并通过矢量化代码块搜索代码。
一种模型上下文协议(MCP)服务器,可以帮助大型语言模型以最少的设置来索引、搜索和分析代码库。
通过向量嵌入技术,为项目提供记忆库和RAG上下文支持,以增强代码理解和管理,并与RooCode和Cline集成。
VariFlight航班信息服务的模型上下文协议(MCP)服务器实现方案。该服务器提供了多种工具,支持查询航班信息、天气数据及航班舒适度指标。
基于GTFS数据的Caltrain火车时刻查询服务,提供实时火车时刻表、站点查询和时间特定查询功能。