MCP.so
Sign In
Servers

JSR-MCP Server

@sigmaSd

A Model Context Protocol (MCP) server that provides access to JSR (JavaScript Registry) module documentation.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "jsr-mcp": {
      "command": "deno",
      "args": [
        "run",
        "-A",
        "server.ts"
      ]
    }
  }
}

More from Other