A React frontend for searching scientific datasets using natural language queries via the EOSC Data Commons MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"matchmaker": {
"command": "npx",
"args": [
"-y",
"EOSC-Data-Commons/matchmaker"
]
}
}
}
Run in terminal:
claude mcp add matchmaker npx -y EOSC-Data-Commons/matchmaker
Add to .cursor/mcp.json:
{
"mcpServers": {
"matchmaker": {
"command": "npx",
"args": [
"-y",
"EOSC-Data-Commons/matchmaker"
]
}
}
}