kingdee-search-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kingdee-search-server搜索自定义API的文档"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
金蝶开发者社区搜索 MCP Server
这是一个 Model Context Protocol (MCP) 服务器,用于搜索金蝶开发者社区的知识库。
功能特性
🔍 根据关键字搜索金蝶开发者社区知识库
📊 以表格形式展示搜索结果
📈 显示统计信息(活动数、SDK数、资源数等)
🔗 提供知识库链接
📄 显示高亮摘要内容
Related MCP server: xinyangkb_mcp
安装
确保已安装 Python 3.8 或更高版本
安装依赖:
pip install -r requirements.txt使用方法
作为 MCP Server 运行
启动服务器:
python -m kingdee_search_server或
python src/kingdee_search_server.py服务器通过 stdio 与 MCP 客户端通信
工具说明
search_kingdee_developer
搜索金蝶开发者社区的知识库。
参数:
keyword(必需): 搜索关键字,例如:"自定义API"、"Java插件"等pageNo(可选): 页码,从1开始,默认为1pageSize(可选): 每页返回的结果数量,默认为20
示例:
{
"keyword": "自定义API",
"pageNo": 1,
"pageSize": 20
}返回:
统计信息(活动数、SDK数、资源数、开发者数、OpenAPI数)
搜索结果列表(标题、浏览量、ID、摘要、链接)
MCP 服务配置(机器可读)
以下 JSON 片段用于 MCP 广场/注册表自动解析(包含标准 $schema):
{
"$schema": "https://modelcontextprotocol.io/schemas/registry/manifest.schema.json",
"name": "kingdee-search-server",
"description": "搜索金蝶开发者社区知识库的 MCP 服务器",
"version": "1.0.0",
"license": "MIT",
"repository": "https://github.com/qiliang517/kingdee-search-mcp",
"servers": [
{
"type": "stdio",
"command": "python",
"args": ["-m", "kingdee_search_server"],
"env": {},
"runtime": "python"
}
],
"tools": [
{
"name": "search_kingdee_developer",
"description": "根据关键字搜索金蝶开发者社区知识库,返回格式化表格。",
"inputSchema": {
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "搜索关键字,例如:'自定义API'、'Java插件'等"
},
"pageNo": {
"type": "integer",
"description": "页码,从1开始,默认为1",
"default": 1
},
"pageSize": {
"type": "integer",
"description": "每页返回的结果数量,默认为20",
"default": 20
}
},
"required": ["keyword"]
}
}
]
}API 说明
服务器调用以下 API:
https://dev.kingdee.com/prod-api/kd/ecos/node/search?type=developer&keyword={keyword}&pageNo={pageNo}&pageSize={pageSize}项目结构
mcp-server/
├── src/
│ └── kingdee_search_server.py # MCP 服务器主程序
├── requirements.txt # Python 依赖
├── README.md # 本文件
└── 其他发布与部署文件部署
发布到 PyPI(简要)
pip install build twine
python -m build
twine upload dist/*部署到 MCP 广场
请参考 DEPLOY.md 获取完整步骤(魔搭 MCP 广场、PyPI、GitHub、本地部署)。
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.463MIT
- FlicenseAqualityBmaintenance芯阳公司内部知识库MCP服务器,封装内部搜索API,供Codex和OpenCode调用以检索知识库信息。1
- AlicenseAqualityBmaintenance基于MCP协议的知识库服务器,内置LLM层,提供结构化知识存储、语义搜索和主动知识推送,支持通过工具进行知识学习、搜索和关联推理。661MIT
- AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to access and search Cherry Studio knowledge bases, supporting operations like listing, searching, and retrieving details.4242MIT
Related MCP Connectors
Official Microsoft MCP Server to query Microsoft Entra data using natural language
MCP server for skill documentation, generated by doc2mcp.
Search and browse every MCP server in the Model Context Protocol registry.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qiliang517/kingdee-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server