Enhanced Alliance of Genome Resources MCP Server - High-performance JavaScript implementation with advanced features
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agr-mcp-server-js": {
"command": "npx",
"args": [
"-y",
"nuin/agr-mcp-server-js"
]
}
}
}
Run in terminal:
claude mcp add agr-mcp-server-js npx -y nuin/agr-mcp-server-js
Add to .cursor/mcp.json:
{
"mcpServers": {
"agr-mcp-server-js": {
"command": "npx",
"args": [
"-y",
"nuin/agr-mcp-server-js"
]
}
}
}