pubchem mcp server
@sssjiang
关于 pubchem mcp server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pubchem": {
"command": "uvx",
"args": [
"pubchem_mcp_server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is pubchem mcp server?
It is an MCP server that extracts basic chemical information of drugs from the PubChem API. It is intended for users who need quick access to chemical properties, identifiers, and synonyms for drug compounds.
How to use pubchem mcp server?
Install dependencies (Python 3.10, python-dotenv, requests, mcp, uvicorn) via pip, then configure the server in a servers_config.json file following Claude Desktop's MCP server structure using the command "uvx" with argument "pubchem_mcp_server".
Key features of pubchem mcp server
- Extracts drug basic chemical information from the PubChem API
- Returns molecular weight, formula, SMILES, and IUPAC name
- Provides CAS number, InChI Key, and ATC Code
- Outputs structured JSON with synonyms and detail link
- Integrates with Claude Desktop via the MCP protocol
- Requires Python 3.10 and minimal dependencies
Use cases of pubchem mcp server
- Retrieve chemical properties for a given drug name
- Obtain synonyms and identifiers for compound searching
- Automate drug information lookup in Claude Desktop workflows
- Access PubChem data for chemical informatics or research
FAQ from pubchem mcp server
What does pubchem mcp server do?
It extracts basic chemical information of a drug from the PubChem API, including molecular formula, weight, synonyms, and identifiers like CAS and InChI Key.
What are the runtime requirements?
Python 3.10 is required, along with the packages: python-dotenv, requests, mcp, and uvicorn.
How is the server configured?
The server is configured via a servers_config.json file following Claude Desktop's MCP server structure, using the command "uvx" with arguments ["pubchem_mcp_server"].
Where does the data come from?
Data is retrieved from the PubChem API, as described in the README.
What transport or authentication is used?
The README does not specify transport or authentication details; it only describes integration via the MCP protocol and installation steps.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论