经 AI Skill Hub 精选评估,开源MCP工具 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
提供SPARQL查询工具的MCP服务器,开源且基于Python开发,方便知识图谱应用
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
提供SPARQL查询工具的MCP服务器,开源且基于Python开发,方便知识图谱应用
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/sbl-sdsc/mcp-proto-okn
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp--": {
"command": "npx",
"args": ["-y", "mcp-proto-okn"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具 执行以下任务... Claude: [自动调用 开源MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp__": {
"command": "npx",
"args": ["-y", "mcp-proto-okn"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A single Model Context Protocol (MCP) server that exposes 30+ Proto-OKN knowledge graphs through one unified interface. The server enables AI assistants (Claude, ChatGPT, GitHub Copilot, etc.) to discover graphs, inspect their schemas, query them with SPARQL, bridge identifiers across graphs, and combine results from multiple sources — all through natural-language conversation. The graphs are hosted on the Open Knowledge Network (OKN) federation platform and cataloged in the OKN Knowledge Graph Registry.
Beta: the proto-okn MCP server is in beta. We welcome feedback and bug reports via issues.
Each link points to a chat transcript for generating an overview and a class diagram for a Proto-OKN KG.
| 🧬 Biology & Health | 🌱 Environment | ⚖️ Justice | 🛠️ Technology & Manufacturing | NASA/NIH/ARCH(*) |--------------------|---------------|-----------|-------------------------------|-------------| | biobricks-aopwiki | sawgraph | ruralkg | securechainkg | biomarkerkg | | biobricks-ice | fiokg | scales | sudokn | evoweb | biobricks-mesh | geoconnex | nikg | | gene-expression-atlas-okn | | biobricks-pubchem-annotations | spatialkg | dreamkg | | maudekg | biobricks-tox21 | hydrologykg | | | nasa-gesdisc-kg | | biobricks-toxcast | ufokn | | | nde | | spoke-genelab | wildlifekn | | | ncipidkg | | spoke-okn | climatemodelskg | | | oard-kg | | | sockg | | | pankgraph | | | | | | phaseskg | | | | | | prokn |
**() ARCH: Advancing Research Capacity in Health, NSF Proto-OKN supplemental awards.*
<img src="docs/images/workflow_example.svg" width="1024" alt="Workflow Example">
---
Once the server is connected, try these conversational prompts in your client. The assistant will pick the right graphs, write the SPARQL, and combine results for you.
- Default: query across all Proto-OKN KGs > Generate a table of all Proto-OKN Knowledge Graphs with two columns: "KG Name" and "Description." → Result
- Target a specific KG with @kg-name > @spoke-genelab: Give a high-level overview of this knowledge graph, including its main entities, relationships, and purpose.
- Save a session > Create a chat transcript.
The transcript downloads as .md or .pdf and includes the model name and version.
Video · Presentation Note: MCP URL and installation instructions have changed. Updated instructions
---
VS Code Insiders supports MCP in Agent mode with the GitHub Copilot extension. Use the same URL: https://apps.okn.us/okn-mcp/mcp.
---
MCP server not appearing in Claude Desktop - Completely quit and restart Claude Desktop (closing the window is not enough) - For local installs, verify uvx is on PATH (which uvx); if not, use the absolute path in command
Connection errors - Check that the OKN endpoints are reachable: curl https://apps.okn.us/spoke-okn/sparql. Returns "Unknown path" when connected. - Some endpoints may have rate limits or temporary downtime
Slow or hung queries - Complex SPARQL can take time; break it into smaller parts - Ontology expansion across very broad concepts (e.g. "disease") may take several minutes
---
该项目基于Python开发,提供了SPARQL查询工具,适合用于知识图谱应用,但评分略低,可能需要进一步优化
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ BSD 3-Clause — 宽松协议,可商用修改分发,禁止使用原作者名称进行背书宣传。
AI Skill Hub 点评:开源MCP工具 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | mcp-proto-okn |
| 原始描述 | 开源MCP工具:A Model Context Protocol (MCP) server that provides tools for querying SPARQL en。⭐4 · Python |
| Topics | knowledge-graphmcpmcp-serverproto-oknsparql-endpointspython |
| GitHub | https://github.com/sbl-sdsc/mcp-proto-okn |
| License | BSD-3-Clause |
| 语言 | Python |
收录时间:2026-05-23 · 更新时间:2026-05-23 · License:BSD-3-Clause · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端