MCP.so
登录

biostudies-mcp-server

@EBIBioStudies

关于 biostudies-mcp-server

暂无概览

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

python

传输方式

stdio

发布者

EBIBioStudies

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is biostudies-mcp-server?

biostudies-mcp-server is a proof-of-concept (POC) implementation of an MCP (Model Context Protocol) server designed for searching the BioStudies database. It is primarily intended for use with Claude Desktop to enable biological data queries through the MCP protocol.

How to use biostudies-mcp-server?

Install Node.js and follow the MCP quickstart guide at modelcontextprotocol.io. Alternatively, use pip: pip install mcp followed by mcp install server.py to register the server with an MCP-compatible client.

Key features of biostudies-mcp-server

  • Proof-of-concept MCP server for BioStudies search
  • Integrates with Claude Desktop via MCP protocol
  • Simple installation via pip or Node.js
  • Follows standard MCP server conventions

Use cases of biostudies-mcp-server

  • Query BioStudies database through Claude Desktop
  • Integrate BioStudies search into MCP-enabled applications
  • Prototype MCP server for biological data retrieval
  • Test MCP capabilities with a real scientific database

FAQ from biostudies-mcp-server

What does biostudies-mcp-server do?

It provides an MCP server that allows searching the BioStudies database from any MCP-compatible client (e.g., Claude Desktop). The implementation is currently a proof of concept.

How do I install biostudies-mcp-server?

You can either use Node.js: install Node.js and follow the MCP quickstart guide; or use Python: run pip install mcp then mcp install server.py to register the server.

What are the system requirements?

You need either Node.js (for the standard MCP integration path) or Python with the mcp package installed.

Is biostudies-mcp-server production-ready?

No, it is a proof-of-concept implementation intended for testing and demonstration purposes only.

评论

其他 分类下的更多 MCP 服务器