spectra mcp server for Cursor
io.github.finanzgoblin/spectra-mcp-server
Spectra Finance MCP server: yield discovery, PT/YT, looping, Morpho, 10 chains
client:Cursor
transport:stdio
runtime:npm
Install spectra mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spectra-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spectra-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs