MCP Server
Active
io.github.KyuRish/mcp-dashboards MCP Server
io.github.KyuRish/mcp-dashboards
What is the io.github.KyuRish/mcp-dashboards MCP server?
45+ interactive charts, dashboards, and KPIs inside any AI conversation
How to install io.github.KyuRish/mcp-dashboards
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-dashboards": {
"command": "npx",
"args": [
"-y",
"mcp-dashboards"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-dashboards": {
"command": "npx",
"args": [
"-y",
"mcp-dashboards"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-dashboards": {
"command": "npx",
"args": [
"-y",
"mcp-dashboards"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-dashboards": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-dashboards"
]
}
}
}Claude Code
claude mcp add mcp-dashboards -- npx -y mcp-dashboardsRelated MCP servers
io.github.KyuRish/fiverr-mcp-server
Maintained
Search Fiverr gigs, sellers, pricing, and reviews. No API key required.
3
View repository →Python
MIT
io.github.KyuRish/patreon-mcp-server
Maintained
Access your Patreon creator data - campaigns, patrons, tiers, and posts.
3
View repository →Python
MIT
MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics
2
View repository →Python
MIT