MCP Server LogoMCP Server
HomeCategoriesDirectorySubmit
Submit
HomeCategoriesDirectorySubmit
Submit

MCP Servers

A curated list of MCP Servers, featuring Awesome MCP Servers and Claude MCP integration.

Contact Us

[email protected]

About

Privacy PolicyTerms of Service

Resources

Model Context ProtocolMCP Starter GuideClaude MCP Servers

Community

GitHub

© 2025 mcpserver.cc © 2025 MCP Server. All rights reserved.

Privacy PolicyTerms of Service
  1. Home
  2. /Categories
  3. /Other / Misc
  4. /Mcp Nodejs Server
Mcp Nodejs Server

Mcp Nodejs Server

Created by gentoro-GT•2 days ago
Visit Website

Integration layer between MCP Clients and Gentoro MCP Server implementation

Other / Misc
MCPintegrationGentoro

Gentoro MCP Server

MCP Server for the Gentoro services, enabling Claude to interact with Gentoro bridges and all underlying capabilities.

Tools

Gentoro allows users to create and integrate tools into a common Bridge, defining all available capabilities.

As this MCP server is fully integrated with Gentoro, the agents, tools and their underlying functionality is fully controlled at the level of Gentoro’s bridge which allows you to enable and disable tools per design.

Setup

  1. Create a Gentoro account Visit the Gentoro Playground website to request an account and start using Gentoro services.

Or download and install Gentoro locally, see the installation guide.

  1. Create a Gentoro API Key To use this MCP Connector, you will need a Gentoro API Key. You can see the instruction on how to create one here.

  2. Define a Bridge Using Gentoro Studio, define your bridge with all the tools and data sources required.

Integrate Gentoro with Claude or other Agents using NodeJS

Add the following to your config.json:

{
    "mcpServers": {
        "gentoro": {
            "command": "npx",
            "args": [
                "-y",
                "@gentoro/mcp-nodejs-server"
            ],
            "env": {
                "GENTORO_API_KEY": "<your api key>",
                "GENTORO_BRIDGE_UID": "<your bridge uid>",
                "GENTORO_BASE_URL": "<url where gentoro is hosted>"
            }
        }
    }
}

Alternatively, you can use the short version of Gentoro Key:

{
    "mcpServers": {
        "gentoro": {
            "command": "npx",
            "args": [
                "-y",
                "@gentoro/mcp-nodejs-server"
            ],
            "env": {
                "GENTORO_KEY": "<your api key>/<your bridge uid>/<url where gentoro is hosted>",
            }
        }
    }
}

These values are url safe, and can be properly generated at Gentoro Studio.

Prerequisites

  • •Familiarity with the server domain
  • •Basic understanding of related technologies
  • •Knowledge of Other / Misc

Recommended Server

Teams Mcp

Teams Mcp

MCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.

Mcp Bybit Server

Mcp Bybit Server

Peekaboo

Peekaboo

Peekaboo is a macOS-only MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

View more → →

Details

Created

June 11, 2025

Last Updated

June 11, 2025

Category

Other / Misc

Author

gentoro-GT

Share

More Server

Dbt Cli Mcp

Dbt Cli Mcp

DBT CLI MCP Server

A11y Mcp

A11y Mcp

An MCP (Model Context Protocol) server for performing accessibility audits on webpages using axe-core. Use the results in an agentic loop with your favorite AI assistants (Cline/Cursor/GH Copilot) and let them fix a11y issues for you!

Mcp Server Aistor

Mcp Server Aistor

Official MCP Server for AIStor

Pixverse Mcp

Pixverse Mcp

Official PixVerse Model Context Protocol (MCP) server that enables interaction with powerful AI video generation APIs.