sebagomez/mcp-server
3.1
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is designed to facilitate communication and data exchange between different machine learning models and applications.
mcp-server
Tests for local MCP server
Setup
Initialize if you don't have a package.json yet
npm init -y
Runtime dep
npm install @modelcontextprotocol/sdk
Dev deps for TS and Node types
npm install -D typescript @types/node
Optional: run TS directly
npm install -D tsx
Claude config
{
"mcpServers": {
"hello-server": {
"command": "npx",
"args": [
"tsx",
"d:\\dev\\seba\\mcp-server\\mcp.ts"
]
}
}
}