mcp-nodejs-server
Integration layer between MCP Clients and Gentoro MCP Server implementation
Documentation
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.
2. 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.
3. 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": "",
"GENTORO_BRIDGE_UID": "",
"GENTORO_BASE_URL": ""
}
}
}
}Alternatively, you can use the short version of Gentoro Key:
{
"mcpServers": {
"gentoro": {
"command": "npx",
"args": [
"-y",
"@gentoro/mcp-nodejs-server"
],
"env": {
"GENTORO_KEY": "//",
}
}
}
}These values are url safe, and can be properly generated at Gentoro Studio.
Frequently asked questions
What is mcp-nodejs-server?
mcp-nodejs-server is Integration layer between MCP Clients and Gentoro MCP Server implementation
How do I install mcp-nodejs-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-nodejs-server open source?
Yes — it is hosted on GitHub at https://github.com/gentoro-GT/mcp-nodejs-server and has 5 stars.
Related MCP tools
The official TypeScript SDK for Model Context Protocol servers and clients Trusted by 10500+ developers. Trusted by 10500+ developers.
Visual testing tool for MCP servers TypeScript-based implementation. Trusted by 7300+ developers. Trusted by 7300+ developers.
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic TypeScript-based implementation.
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) TypeScript-based implementation.
Https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab for the Model Context Protocol. Enhance AI assistants with powerful integrations
MCP server that provides tools and resources for interacting with n8n API TypeScript-based implementation. Trusted by 1400+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP