added a marketplace file to test whether it's connectable through claude. A marketplace is a plugin registry hosted on github or elsewhere.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"eia-energy-mcp-serve": {
"command": "npx",
"args": [
"-y",
"symercuria/eia-energy-mcp-server-main-marketplace"
]
}
}
}
Run in terminal:
claude mcp add eia-energy-mcp-serve npx -y symercuria/eia-energy-mcp-server-main-marketplace
Add to .cursor/mcp.json:
{
"mcpServers": {
"eia-energy-mcp-serve": {
"command": "npx",
"args": [
"-y",
"symercuria/eia-energy-mcp-server-main-marketplace"
]
}
}
}