Back to MCP Servers
🐍 🏠 ☁️ - Model Context Protocol server for Fast Healthcare Interoperability Resources (FHIR) APIs. Provides seamless integration with FHIR servers, enabling AI assistants to search, retrieve, create
PythonSearch
Install
npx -y -y @modelcontextprotocol/inspectorRequired environment variables
FHIR_SERVER_CLIENT_SECRETSet in your MCP configFHIR_SERVER_ACCESS_TOKENSet in your MCP configclaude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"wso2-fhir-mcp-server": {
"command": "npx",
"args": [
"-y",
"-y",
"@modelcontextprotocol/inspector"
],
"env": {
"FHIR_SERVER_CLIENT_SECRET": "<YOUR_FHIR_SERVER_CLIENT_SECRET>",
"FHIR_SERVER_ACCESS_TOKEN": "<YOUR_FHIR_SERVER_ACCESS_TOKEN>"
}
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
More Python MCP servers
🔌🔌🔌🔌
microsoft/markitdown
🎖️ 🐍 🏠 - MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.
mindsdb/mindsdb
Connect and unify data across various platforms and databases with .
FastMCP
🐍 - A high-level framework for building MCP servers in Python
oraios/serena
🐍 🏠 - A fully-featured coding agent that relies on symbolic code operations by using language servers.