G
Grok MCP With Express
作者 @Electric714
MCP server by Electric714
创建于 5/11/2026
更新于 about 2 hours ago
README
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 stateget-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"
]
}
}
}