Simple MCP Server
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., "@Simple MCP Servergreet me with hello"
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.
Simple MCP Server
A basic Model Context Protocol (MCP) server for testing MCP functionality.
Features
This server provides three simple tools:
echo - Echoes back any text you provide
greet - Generates a greeting message with your name
calculate - Performs basic arithmetic operations (add, subtract, multiply, divide)
Related MCP server: MCP Playground Server
Setup
Install dependencies:
npm installRun the server:
npm start
Testing with Claude Desktop
To test this MCP server with Claude Desktop, add the following to your Claude Desktop configuration:
macOS Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"simple-mcp-server": {
"command": "node",
"args": ["server.js"],
"cwd": "/path/to/your/my_mcp"
}
}
}Windows Configuration
Add to %APPDATA%/Claude/claude_desktop_config.json:
{
"mcpServers": {
"simple-mcp-server": {
"command": "node",
"args": ["server.js"],
"cwd": "C:\\path\\to\\your\\my_mcp"
}
}
}Usage Examples
Once connected, you can test the tools:
Echo: "Use the echo tool to repeat 'Hello World'"
Greet: "Use the greet tool with the name 'Alice'"
Calculate: "Use the calculate tool to add 5 and 3"
Troubleshooting
Make sure Node.js is installed
Ensure the path in your Claude Desktop config is correct
Restart Claude Desktop after updating the configuration
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides echo tools for testing MCP protocol functionality with message echoing, delayed responses, and JSON data analysis capabilities.31MIT
- Flicense-qualityDmaintenanceA simple educational MCP server providing basic math operations, string manipulation, and greeting functionality. Demonstrates how to implement MCP tools for learning purposes.
- Flicense-qualityCmaintenanceMCP server providing greeting and echo tools for testing and demonstration.
- FlicenseAqualityCmaintenanceA simple local MCP server that provides greeting and integer addition tools.2
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
A very simple remote MCP server that greets you, with a custom icon.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anupamprataps/simple_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server