Atest MCP Server

This is the MCP server of atest. Please start the MCP server with atest gRPC port. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2025-11-11 · ★ 7 · #161 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

Go servers · how we verify → /methodology

01 · Install Atest MCP Server

Claude Code

claude mcp add linuxsuren-atest-mcp-server -- npx -y atest-mcp-server-launcher

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "linuxsuren-atest-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "atest-mcp-server-launcher"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package atest-mcp-server-launcher - unscoped; check the name against the project README before installing

registry namespace io.github.LinuxSuRen is GitHub-verified and matches the repo owner

03 · What Atest MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.0.4 · 2025-09-04

What’s Changed · support build dxt package (#8) @LinuxSuRen · Thanks to · @LinuxSuRen

v0.0.3 · 2025-09-03

What’s Changed · cannot load remote resources (#7) @LinuxSuRen · Thanks to · @LinuxSuRen

v0.0.2 · 2025-09-02

What’s Changed · add more resources (#6) @LinuxSuRen · call mock server via gRPC (#3) @LinuxSuRen · add npx launcher (#5) @LinuxSuRen · add atest knowledge base support (#4) @LinuxSuRen · support sse and stdio mode…

04 · Who maintains Atest MCP Server

atest-mcp-server is maintained by linuxsuren. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
API integration - ranked #161 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.LinuxSuRen/atest-mcp-server (active, first published 2025-09-09)
packages
npm:atest-mcp-server-launcher

06 · Atest MCP Server FAQ

What is Atest MCP Server?

This is the MCP server of atest. Please start the MCP server with atest gRPC port. It runs locally over stdio via the published package.

Is Atest MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2025-11-11. We re-verify nightly.

How do I install Atest MCP Server?

Run `npx -y atest-mcp-server-launcher`. You can also paste the ready-made client config above.

Does Atest MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Atest MCP Server