MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by Electric714

Created 5/11/2026
Updated 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

Quick Setup
Installation guide for this server

Install Package (if required)

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

Cursor configuration (mcp.json)

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