mcpbeat Sign in

IMAGIN.studio API Docs MCP Server

by imaginstudio Your server? Claim it
local only

IMAGIN.studio API Docs runs on your own machine — the client starts it, so there is no endpoint to ping. 108 installs a week from pypi. Last commit 9 Sep 2026.

Semantic search over IMAGIN.studio API documentation — CDN, API, integration guides, and more.

Installs per day peak 158 · avg 14 · +396% w/w
a month agotoday
108
Installs / week
npm · @imagin.studio/api-docs-mcp
1
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/imagin-studio-api-docs-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
    const result = execFileSync(cmd, [bin], { encoding: "utf8", stdio: ["pipe", "pipe", "ignore"] });
    path.join(home, ".local", "bin", bin),       // default uv install (Linux/macOS)
Runs an external command src/pipeline/git_sync.py:52
    subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add api-docs-mcp -- npx -y @imagin.studio/api-docs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "api-docs-mcp": {
      "args": [
        "-y",
        "@imagin.studio/api-docs-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.api-docs-mcp]
command = "npx"
args = ["-y", "@imagin.studio/api-docs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "api-docs-mcp": {
      "args": [
        "-y",
        "@imagin.studio/api-docs-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "api-docs-mcp": {
      "args": [
        "-y",
        "@imagin.studio/api-docs-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to IMAGIN.studio API Docs

same job, measured the same way
GameAnalytics Documentation
by gameanalytics

Search GameAnalytics docs: Unity, Unreal, iOS, Android SDK and API guides for mobile game analytics.

2 tools answering
MCP Victoriametrics
by victoriametrics

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Victoriametrics
by victoriametrics-community

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Victorialogs
by victoriametrics

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only
MCP Victorialogs
by victoriametrics-community

MCP Server for VictoriaLogs. Provides integration with VictoriaLogs API and documentation

local only
MCP Victoriatraces
by victoriametrics-community

MCP Server for VictoriaTraces. Provides integration with VictoriaTraces API and documentation

local only
MTA:SA Documentation MCP Server
by luminaire1337

MCP server for MTA:SA documentation with intelligent search and caching

45 installs/wk local only
Avalara Developer Documentation
by avalara

Provides access to Avalara developer documentation, integration guides, and code examples

answering

IMAGIN.studio API Docs — questions

Answers built from our own checks of this server.

Why is there no uptime for IMAGIN.studio API Docs?
IMAGIN.studio API Docs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @imagin.studio/api-docs-mcp was installed 108 times last week.
How do I connect IMAGIN.studio API Docs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @imagin.studio/api-docs-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use IMAGIN.studio API Docs?
The npm package @imagin.studio/api-docs-mcp was installed 108 times in the last week. Week over week that is +396%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is IMAGIN.studio API Docs open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.