Wraps ZeroMQ's messaging patterns into MCP tools so you can pub/sub, request/reply, and pair sockets directly from Claude. You get seven tools covering the main ZMQ socket types: publish to PUB sockets, subscribe to SUB sockets, send requests via REQ, listen and reply on REP, and connect or bind PAIR sockets for bidirectional communication. Useful when you need Claude to interact with existing ZMQ infrastructure or coordinate with distributed systems that already speak ZMQ. The package includes both the MCP server and a Python API if you want to build your own integrations. Covers the core messaging patterns without trying to expose every ZMQ knob.
mcp-zmq — MCP server for ZMQ messaging
mcp-name: io.github.daedalus/mcp-zmq
pip install mcp-zmq
mcp-zmq
from mcp_zmq import zmq_publish, zmq_subscribe, zmq_send_request, zmq_listen_reply
zmq_publish: Publish a message to a ZMQ PUB socketzmq_subscribe: Subscribe to messages from a ZMQ SUB socketzmq_send_request: Send a request via ZMQ REQ socketzmq_listen_reply: Listen for requests and reply via ZMQ REP socketzmq_pair_connect: Connect to a ZMQ PAIR socketzmq_pair_bind: Bind a ZMQ PAIR socketzmq_status: Get ZMQ server statusgit clone https://github.com/daedalus/mcp-zmq.git
cd mcp-zmq
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp