Servers

Genius MCP Server
@federicogarciav
An MCP server that brings the power of Genius into your AI assistant.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"genius": {
"command": "python",
"args": [
"/absolute/path/to/genius-mcp/main.py"
],
"env": {
"GENIUS_ACCESS_TOKEN": "your_token_here",
"STREAMABLE_HTTP": "false"
}
}
}
}