Awesome Copilot MCP Server (rbbtsn0w)

A Model Context Protocol (MCP) server that provides access to awesome-copilot agents and collection resources. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 3 · #167 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Awesome Copilot MCP Server (rbbtsn0w)

Claude Code

claude mcp add rbbtsn0w-awesome-copilot-mcp -- npx -y awesome-copilot-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rbbtsn0w-awesome-copilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-copilot-mcp"
      ]
    }
  }
}

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 MIT - declared in the repository

npm package awesome-copilot-mcp - unscoped; check the name against the project README before installing

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

03 · What Awesome Copilot MCP Server (rbbtsn0w) can do

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

Latest releases

v0.8.6 · 2026-08-11

0.8.6 (2026-08-11) · sync upstream data

v0.8.5 · 2026-08-11

0.8.5 (2026-08-11) · pass GITHUB_TOKEN header to avoid upstream sync 403 API rate limit · resolve all open dependency and CI issues · sync upstream data · sync upstream data · sync upstream data · sync upstream data…

v0.8.4 · 2026-06-08

0.8.4 (2026-06-08) · sync upstream data

04 · Who maintains Awesome Copilot MCP Server (rbbtsn0w)

Awesome Copilot MCP Server is maintained by rbbtsn0w. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
other - ranked #167 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-11)
registry
io.github.RbBtSn0w/awesome-copilot-mcp (active, first published 2026-01-30 · 42 versions)
packages
npm:awesome-copilot-mcp

06 · Awesome Copilot MCP Server (rbbtsn0w) FAQ

What is Awesome Copilot MCP Server (rbbtsn0w)?

A Model Context Protocol (MCP) server that provides access to awesome-copilot agents and collection resources. It runs locally over stdio via the published package.

Is Awesome Copilot MCP Server (rbbtsn0w) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Awesome Copilot MCP Server (rbbtsn0w)?

Run `npx -y awesome-copilot-mcp`. You can also paste the ready-made client config above.

Does Awesome Copilot MCP Server (rbbtsn0w) 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 Awesome Copilot MCP Server (rbbtsn0w)