GitHub Stars
4,788
User Rating
Not Rated
Favorites
0
Views
70
Forks
708
Issues
70
Installation
Installation
Prerequisites
curl -LsSf https://astral.sh/uv/install.sh | shInstallation Steps
1. Clone Repository
bash
git clone https://github.com/lharries/whatsapp-mcp.git
cd whatsapp-mcp
2. Run the WhatsApp Bridge
bash
cd whatsapp-bridge
go run main.go
3. Connect to the MCP Server
Copy the below JSON with the appropriate {{PATH}} values:json
{
"mcpServers": {
"whatsapp": {
"command": "{{PATH_TO_UV}}",
"args": [
"--directory",
"{{PATH_TO_SRC}}/whatsapp-mcp/whatsapp-mcp-server",
"run",
"main.py"
]
}
}
}
4. Restart Claude Desktop / Cursor
Open Claude Desktop and you should now see WhatsApp as an available integration.Additional Resources
371
Followers
39
Repositories
5
Gists
0
Total Contributions
MCP Web UI is a web-based user interface that serves as a Host within the Model Context Protocol (MCP) architecture. It provides a powerful and user-friendly interface for interacting with Large Language Models (LLMs) while managing context aggregation and coordination between clients and servers.
ggRMCP is a high-performance Go-based gateway that converts gRPC services into MCP-compatible tools, enabling AI models like Claude to directly call your gRPC services. It uses gRPC reflection to discover available services and methods, dynamically generating MCP tools. This allows AI applications to seamlessly integrate with gRPC services, enhancing their capabilities with real-time data without requiring modifications to existing services.