Skip to main content
ClaudeWave
JGPAS avatar
JGPAS

mcp-first-server

Ver en GitHub

MCP server (Model Context Protocol) with stdio and HTTP transports — quote and live crypto price tools, deployed on Render.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/3/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/JGPAS/mcp-first-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-first-server": {
      "command": "node",
      "args": ["/path/to/mcp-first-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/JGPAS/mcp-first-server and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# mcp-first-server

A Model Context Protocol (MCP) server built with the official MCP SDK, available both as a
local stdio server (for Claude Desktop) and as a cloud-deployed HTTP server reachable over the
network.

**Live demo:** https://mcp-first-server.onrender.com (note: free-tier hosting, first request
after inactivity may take up to ~50s to wake the instance)

## Tools
- **get_quote** — returns a random motivational quote.
- **get_crypto_price** — fetches the live USD price of any cryptocurrency (via CoinGecko).

## Two ways to run this server
- `server.js` — stdio transport, for local use with Claude Desktop or any MCP client that
  spawns a local process.
- `server-http.js` — StreamableHTTP transport wrapped in Express, for cloud/network deployment
  (this is what's running at the live demo URL above). Listens on `process.env.PORT`.

## Local setup
```
npm install
npm start          # runs server.js (stdio)
node server-http.js  # or run the HTTP version locally
```

## Try the live HTTP endpoint
```
curl -X POST https://mcp-first-server.onrender.com/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
```

## Tech
Node.js, [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/sdk), Express,
Zod for schema validation. Deployed on Render.

## License
MIT — see [LICENSE](./LICENSE).

## Author
Built by James Ganobi.

Lo que la gente pregunta sobre mcp-first-server

¿Qué es JGPAS/mcp-first-server?

+

JGPAS/mcp-first-server es mcp servers para el ecosistema de Claude AI. MCP server (Model Context Protocol) with stdio and HTTP transports — quote and live crypto price tools, deployed on Render. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-02.

¿Cómo se instala mcp-first-server?

+

Puedes instalar mcp-first-server clonando el repositorio (https://github.com/JGPAS/mcp-first-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar JGPAS/mcp-first-server?

+

Nuestro agente de seguridad ha analizado JGPAS/mcp-first-server y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene JGPAS/mcp-first-server?

+

JGPAS/mcp-first-server es mantenido por JGPAS. La última actividad registrada en GitHub es del 2026-09-02, con 0 issues abiertos.

¿Hay alternativas a mcp-first-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-first-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: JGPAS/mcp-first-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jgpas-mcp-first-server)](https://claudewave.com/repo/jgpas-mcp-first-server)
<a href="https://claudewave.com/repo/jgpas-mcp-first-server"><img src="https://claudewave.com/api/badge/jgpas-mcp-first-server" alt="Featured on ClaudeWave: JGPAS/mcp-first-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-first-server