mcprouter

Integrations

  • Utilizes npm packaging for distribution, allowing users to quickly install and run the mcprouter server using npx

Servidor MCP mcprouter

Proxy para servidores mcp remotos.

Inicio rápido

  1. Obtener la clave del servidor MCP remoto

Vaya a MCP.so , seleccione un servidor de alojamiento,

Haga clic en Connect para generar su server_key exclusiva.

  1. Configurar el servidor MCP en cualquier cliente MCP

Tomemos como ejemplo Claude Desktop :

{ "mcpServers": { "fetch": { "command": "npx", "args": ["-y", "mcprouter"], "env": { "SERVER_KEY": "xxx" } } } }

Desarrollo

Instalar dependencias:

npm install

Construir el servidor:

npm run build

Para desarrollo con reconstrucción automática:

npm run watch

Instalación

Para utilizar con Claude Desktop, agregue la configuración del servidor:

En MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json En Windows: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "mcprouter": { "command": "/path/to/mcprouter/build/index.js" } } }

Depuración

Dado que los servidores MCP se comunican a través de stdio, la depuración puede ser complicada. Recomendamos usar el Inspector MCP , disponible como script de paquete:

npm run inspector

El Inspector proporcionará una URL para acceder a las herramientas de depuración en su navegador.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servicio proxy que conecta clientes MCP a servidores MCP remotos, lo que permite a los usuarios utilizar claves de servidor de MCP.so para acceder a recursos remotos sin ejecutar su propio servidor.

  1. Inicio rápido
    1. Desarrollo
      1. Instalación
        1. Depuración

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        A MCP Server used to collect MCP Servers over the internet.
        Last updated -
        3
        18
        Python
        • Apple
      • -
        security
        F
        license
        -
        quality
        A configurable MCP server that dynamically loads capabilities from a remote configuration to bridge MCP clients with remote APIs for executing actions, accessing resources, and utilizing prompt templates.
        Last updated -
        1,261
        4
        TypeScript
      • A
        security
        A
        license
        A
        quality
        A proxy server that unifies multiple MCP servers, enabling seamless tool, prompt, and resource management via the MetaMCP App.
        Last updated -
        625
        88
        TypeScript
        Apache 2.0
      • -
        security
        -
        license
        -
        quality
        Proxy that aggregates multiple MCP servers and presents them as a unified interface, allowing clients to access resources from multiple servers transparently.
        Last updated -
        1
        TypeScript

      View all related MCP servers

      ID: ia890nezzb