WiseGrid MCP
Rank #37,121io.github.RyanKramer/wisegrid-mcp
Read and write WiseGrid sheets, rows, columns and reports from any AI agent.
WiseGrid MCP is a Model Context Protocol (MCP) server published by ryankramer. It ranks #37,121 of 115,460 servers tracked on MCP Toplist. WiseGrid MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 2, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 78,339 of 115,460 servers on MCP Toplist.
Use WiseGrid MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add wisegrid-mcp -e "WISEGRID_API_KEY=<your WISEGRID_API_KEY>" -e "WISEGRID_BASE_URL=<your WISEGRID_BASE_URL>" -- uvx wisegrid-mcpReplace each placeholder with your own value before saving.
[mcp_servers.wisegrid-mcp]
command = "uvx"
args = ["wisegrid-mcp"]
[mcp_servers.wisegrid-mcp.env]
WISEGRID_API_KEY = "<your WISEGRID_API_KEY>"
WISEGRID_BASE_URL = "<your WISEGRID_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wisegrid-mcp": {
"command": "uvx",
"args": [
"wisegrid-mcp"
],
"env": {
"WISEGRID_API_KEY": "<your WISEGRID_API_KEY>",
"WISEGRID_BASE_URL": "<your WISEGRID_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wisegrid-mcp": {
"command": "uvx",
"args": [
"wisegrid-mcp"
],
"env": {
"WISEGRID_API_KEY": "<your WISEGRID_API_KEY>",
"WISEGRID_BASE_URL": "<your WISEGRID_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wisegrid-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wisegrid-mcp"
],
"env": {
"WISEGRID_API_KEY": "<your WISEGRID_API_KEY>",
"WISEGRID_BASE_URL": "<your WISEGRID_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wisegrid-mcp": {
"command": "uvx",
"args": [
"wisegrid-mcp"
],
"env": {
"WISEGRID_API_KEY": "<your WISEGRID_API_KEY>",
"WISEGRID_BASE_URL": "<your WISEGRID_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wisegrid-mcp": {
"command": "uvx",
"args": [
"wisegrid-mcp"
],
"env": {
"WISEGRID_API_KEY": "<your WISEGRID_API_KEY>",
"WISEGRID_BASE_URL": "<your WISEGRID_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RyanKramer%2Fwisegrid-mcp)<a href="https://mcptoplist.com/server/io.github.RyanKramer%2Fwisegrid-mcp"><img src="https://mcptoplist.com/badge/io.github.RyanKramer%2Fwisegrid-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ryankramer
Other servers by ryankramer
- Pixelpanda MCP#5,946 · 3 vers
- rankedtoday-mcp#32,485 · 1 ver
- SummitFlow MCP#32,486 · 1 ver
- AutoRank MCP#37,120 · 1 ver
- Shippost MCP#43,450 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains WiseGrid MCP?
- WiseGrid MCP is maintained by ryankramer, which publishes 6 MCP servers (9 total versions) tracked on MCP Toplist.
- Is WiseGrid MCP listed on the Official MCP Registry?
- Yes — WiseGrid MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does WiseGrid MCP have?
- MCP Toplist tracks 1 version of WiseGrid MCP, most recently published on Aug 27, 2026.
- Where can I find the source code for WiseGrid MCP?
- The source code for WiseGrid MCP is hosted at github.com/RyanKramer/wisegrid-mcp.