Gbstudio Claude MCP
Rank #8,372io.github.eoinjordan/gbstudio-claude-mcp
MCP server providing gbstudio-claude-mcp capabilities
Gbstudio Claude MCP is a Model Context Protocol (MCP) server published by eoinjordan. It ranks #8,372 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Gbstudio Claude MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 25, 2026 and most recently updated on Jan 28, 2026.
Ranks ahead of 107,088 of 115,460 servers on MCP Toplist.
Use Gbstudio Claude MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gbstudio-claude-mcp -e "CLAUDE_API_KEY=<your CLAUDE_API_KEY>" -- npx -y gbstudio-claude-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gbstudio-claude-mcp]
command = "npx"
args = ["-y", "gbstudio-claude-mcp"]
[mcp_servers.gbstudio-claude-mcp.env]
CLAUDE_API_KEY = "<your CLAUDE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gbstudio-claude-mcp": {
"command": "npx",
"args": [
"-y",
"gbstudio-claude-mcp"
],
"env": {
"CLAUDE_API_KEY": "<your CLAUDE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gbstudio-claude-mcp": {
"command": "npx",
"args": [
"-y",
"gbstudio-claude-mcp"
],
"env": {
"CLAUDE_API_KEY": "<your CLAUDE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gbstudio-claude-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gbstudio-claude-mcp"
],
"env": {
"CLAUDE_API_KEY": "<your CLAUDE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gbstudio-claude-mcp": {
"command": "npx",
"args": [
"-y",
"gbstudio-claude-mcp"
],
"env": {
"CLAUDE_API_KEY": "<your CLAUDE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gbstudio-claude-mcp": {
"command": "npx",
"args": [
"-y",
"gbstudio-claude-mcp"
],
"env": {
"CLAUDE_API_KEY": "<your CLAUDE_API_KEY>"
}
}
}
}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.eoinjordan%2Fgbstudio-claude-mcp)<a href="https://mcptoplist.com/server/io.github.eoinjordan%2Fgbstudio-claude-mcp"><img src="https://mcptoplist.com/badge/io.github.eoinjordan%2Fgbstudio-claude-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
eoinjordan
Other servers by eoinjordan
View all eoinjordan servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.4 | Jan 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gbstudio Claude MCP?
- Gbstudio Claude MCP is maintained by eoinjordan, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Gbstudio Claude MCP listed on the Official MCP Registry?
- Yes — Gbstudio Claude MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Gbstudio Claude MCP have?
- MCP Toplist tracks 2 versions of Gbstudio Claude MCP, most recently published on Jan 28, 2026.
- Where can I find the source code for Gbstudio Claude MCP?
- The source code for Gbstudio Claude MCP is hosted at github.com/eoinjordan/gb-studio-agent.