Exemplo simples de implementação de um MCP server (Model Context Protocol) em TypeScript/Node.js
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-example": {
"command": "npx",
"args": [
"-y",
"VhMuzini/mcp-server-example"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-example npx -y VhMuzini/mcp-server-example
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-example": {
"command": "npx",
"args": [
"-y",
"VhMuzini/mcp-server-example"
]
}
}
}