test-mcp
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., "@test-mcplist your available tools"
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.
test-mcp
test
Overview
This is a Model Context Protocol (MCP) Server built with TypeScript.
Related MCP server: Hello World MCP Server
MCP Server Features
This server provides the following MCP capabilities:
Tools: Functions that LLMs can call to perform actions
Resources: Data sources that LLMs can read from
Prompts: Template prompts for common use cases
Usage
Running the Server
# Install dependencies
npm install
# Build the project
npm run build
# Start the server
npm startConnecting to the Server
This MCP server can be used with any MCP-compatible client. To connect:
Claude Desktop: Add the server to your
claude_desktop_config.json:
{
"mcpServers": {
"test-mcp": {
"command": "node",
"args": ["path/to/your/server/dist/index.js"]
}
}
}Other MCP Clients: Use the server's stdio transport to connect.
Development
Project Structure
src/
├── index.ts # Main entry point
├── types.ts # TypeScript type definitions
└── ...Available Scripts
npm run build- Build the TypeScript projectnpm run dev- Run in development mode with hot reloadnpm run lint- Run ESLintnpm run test- Run testsnpm start- Start the application
MCP Protocol
The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). Learn more at modelcontextprotocol.io.
Contributing
Fork the repository
Create a feature branch
Make your changes
Add tests if applicable
Submit a pull request
License
MIT License - see LICENSE file for details.
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
- FlicenseBqualityDmaintenanceA Model Context Protocol server that provides greeting tools, resources, and prompts, demonstrating client-server interaction using TypeScript.Last updated1
- AlicenseDqualityDmaintenanceA minimal Model Context Protocol server in TypeScript that demonstrates MCP-compliant resources and tools for LLMs, featuring simple resources and a basic tool that echoes messages or returns greetings.Last updated15Apache 2.0
- -license-quality-maintenanceA production-ready TypeScript MCP server providing basic tools (add, echo, timestamp), resources (server info, greetings, data access), and prompt templates (analyze, code-review, summarize). Serves as a foundation for building custom MCP servers with extensible architecture.Last updated321
- Alicense-qualityDmaintenanceA minimal demonstration server showcasing MCP protocol capabilities including tools, resources, and prompts with basic examples like hello world functionality.Last updated4MIT
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
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/rrjoson/test-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server