MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

G
Grok MCP With Express

MCP server by Electric714

创建于 5/11/2026
更新于 about 2 hours ago
Repository documentation and setup instructions

Grok MCP with Express

This is a Model Context Protocol (MCP) server built with Express.js for integration with Grok.

Current Tools

  • get-alerts: Get weather alerts for a US state
  • get-forecast: Get weather forecast for coordinates

How to add more tools

Edit src/create-server.ts and register new server.tool() calls.

Deployed at: https://grok-mcp-with-express.vercel.app

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-grok-mcp-with-express

Cursor 配置 (mcp.json)

{ "mcpServers": { "electric714-grok-mcp-with-express": { "command": "npx", "args": [ "electric714-grok-mcp-with-express" ] } } }