Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Intelagent MCP Templatecount the words in 'The Model Context Protocol is amazing'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
My MCP Server
A Model Context Protocol server built with @intelagent/mcp-shared.
Quick Start
npm install
npm run build
npm startAdd to Claude Code
Create .mcp.json in your project root:
{
"mcpServers": {
"my-mcp-server": {
"command": "node",
"args": ["path/to/dist/index.js"]
}
}
}Tools
Tool | Description |
| Reverse a string |
| Count words and characters |
| Server metadata and health check |
Development
npm run dev # Run with tsx (no build needed)
npm run build # Compile TypeScript
npm test # Run tests
npm run test:watch # Watch modeAdding a New Tool
Define types in
src/types.tsAdd business logic to a service in
src/services/Define the tool in
src/tools/using theToolDefinitioninterfaceWire it up in
src/index.tsAdd tests in
tests/
See the enrichment MCP for a full production example.
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.