MCP Server Example
@ivanbtrujillo
About MCP Server Example
Basic MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server Example?
MCP Server Example is a basic, template MCP (Model Context Protocol) server designed to be used with Cursor or other MCP‑compatible tools. It provides a starting point for developers to add their own tools and integrate with AI agents.
How to use MCP Server Example?
Modify index.ts to add your own tools, then build the project with pnpm run build and run it with pnpm run start. Add a .cursor/mcp.json file in your project with the server configuration (pointing to the built build/index.js), enable the MCP server in Cursor Settings, switch to Agent mode with claude-3.7-sonnet, and then query the weather to test the default tools.
Key features of MCP Server Example
- Simple, customizable MCP server template
- Ready to use with Cursor and other tools
- Default weather tool included for demonstration
- Build and run with
pnpmcommands - Easy configuration via
.cursor/mcp.json
Use cases of MCP Server Example
- Prototyping MCP‑based tools for AI agents
- Learning how to set up and configure an MCP server
- Integrating weather data into Cursor chat via Agent mode
FAQ from MCP Server Example
How do I add custom tools?
Modify index.ts and add any tools you want, then rebuild the project.
How do I build and run the server?
Run pnpm run build to compile, then pnpm run start to start the server.
What runtime is required?
The server runs on Node.js, as indicated by the "node" command in the configuration.
How do I connect it to Cursor?
Add a .cursor/mcp.json file in your project with the server’s command and args, then enable the MCP server in Cursor Settings.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments