MCP Starter Server
MCP Starter Server (TypeScript)
Un servidor Model Context Protocol (MCP) de inicio construido en Node.js / TypeScript usando el @modelcontextprotocol/sdk oficial.
Características
🛠️ Herramientas:
add_numbers: Suma dos números y devuelve el resultado formateado.get_system_status: Devuelve el tiempo de actividad del sistema, la plataforma, la versión de Node y la marca de tiempo.
📄 Recursos:
info://welcome: Recurso de texto que proporciona información de bienvenida.config://app-settings: Recurso JSON que expone la configuración del servidor.
💡 Indicaciones:
code_review: Plantilla de indicación para solicitudes estructuradas de revisión de código.summarize_notes: Plantilla de indicación para resumir notas de reuniones en viñetas.
Related MCP server: MCP AI Chat LangChain
Inicio rápido
1. Instalar dependencias
npm install2. Compilar el servidor
npm run buildEsto compila el código fuente TypeScript de src/ a dist/index.js.
3. Ejecutar en modo de desarrollo
npm run dev4. Probar con MCP Inspector
Puedes probar visualmente e interactuar con tus herramientas, recursos e indicaciones usando el MCP Inspector oficial:
npx @modelcontextprotocol/inspector node dist/index.jsIntegración con clientes MCP
Configuración de Antigravity / Claude Desktop / Cursor
Añade este servidor al archivo de configuración del servidor MCP de tu cliente (por ejemplo, mcp_config.json o claude_desktop_config.json):
{
"mcpServers": {
"starter-mcp-server": {
"command": "node",
"args": [
"C:/Users/naska/coding/dev/mcp-temp/dist/index.js"
]
}
}
}Estructura de carpetas
.
├── src/
│ └── index.ts # Main MCP Server implementation (Tools, Resources, Prompts)
├── dist/ # Compiled JavaScript outputs (generated on build)
├── package.json # Dependencies and build scripts
├── tsconfig.json # TypeScript compiler settings
└── README.md # DocumentationMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceThis server implements the Model Context Protocol to facilitate meaningful interaction and understanding development between humans and AI through structured tools and progressive interaction patterns.57
- FlicenseNot gradedqualityDmaintenanceA basic Model Context Protocol server implementation that demonstrates core functionality including tools and resources for AI chat applications.
- FlicenseNot gradedqualityNot gradedmaintenanceA demonstration MCP server that provides calculator tools for arithmetic operations, personalized greeting resources, and code review prompt templates. Enables users to perform basic math calculations, generate dynamic greetings, and access reusable code review templates through the Model Context Protocol.
- FlicenseCqualityDmaintenanceA Model Context Protocol server that provides tools for mathematical calculations and directory listing, alongside prompt templates for code reviews and explanations. It enables file system access and resource reading through stdio transport.2
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
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/askarthikey/mcp-prac'
If you have feedback or need assistance with the MCP directory API, please join our Discord server