MCP Connector
@TypingMind
About MCP Connector
Run MCP servers securely.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"typingmind-mcp": {
"command": "npx",
"args": [
"@typingmind/mcp@latest",
"<auth-token>"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is MCP Connector?
MCP Connector is a lightweight server that runs and manages multiple Model Context Protocol (MCP) servers, designed to integrate with TypingMind. It enables running MCP servers on a local computer or remote server and connecting custom AI models or tools to TypingMind via a simple REST API.
How to use MCP Connector?
Run instantly with npx @typingmind/mcp@latest <auth-token> (no install required) or provide the token via the MCP_AUTH_TOKEN environment variable. Keep the process running while using TypingMind. For Docker, build an image and run with mapped ports. Optionally set TIMEOUT, PORT, or HTTPS environment variables.
Key features of MCP Connector
- Manages multiple MCP servers simultaneously
- REST API with endpoints for clients and tools
- Health check endpoint (
/ping) - Tool call timeout configuration (default 60 seconds)
- HTTPS support via certificate and key files
- Docker support for containerized deployment
Use cases of MCP Connector
- Connect custom AI models or tools to TypingMind
- Run MCP servers locally or on a remote server
- Proxy HTTP requests through the
/mcp-connectendpoint - Manage and restart individual MCP clients via API
FAQ from MCP Connector
How do I get the authentication token?
The authentication token is provided by TypingMind. Follow the instructions at www.typingmind.com/mcp to obtain it.
What are the runtime requirements?
Node.js version 14 or later is required. Optionally, Docker can be used for containerized deployment.
Can MCP Connector run on a remote server?
Yes. Run it using npx or Docker on a remote server, optionally with a process manager like pm2 for persistence.
What is the default tool call timeout?
The default timeout is 60 seconds (60000ms). It can be customized via the TIMEOUT environment variable.
Which ports does the server use?
The server defaults to port 50880 or 50881. You can specify a different port using the PORT environment variable.
Frequently asked questions
How do I get the authentication token?
The authentication token is provided by TypingMind. Follow the instructions at www.typingmind.com/mcp to obtain it.
What are the runtime requirements?
Node.js version 14 or later is required. Optionally, Docker can be used for containerized deployment.
Can MCP Connector run on a remote server?
Yes. Run it using `npx` or Docker on a remote server, optionally with a process manager like pm2 for persistence.
What is the default tool call timeout?
The default timeout is 60 seconds (60000ms). It can be customized via the `TIMEOUT` environment variable.
Which ports does the server use?
The server defaults to port 50880 or 50881. You can specify a different port using the `PORT` environment variable.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student โ in a fraction of the time. What once took a week, now takes one free period.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 ๐
jlowin๐ The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
๐ Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments