About
Overview
The NATS MCP Server enables AI agents to interact with NATS messaging infrastructure. It provides tools for pub/sub messaging, request-reply, and JetStream streaming.
Capabilities
Tools & Capabilities
⚡publish
Publish a message to a subject
⚡subscribe
Subscribe to a subject
⚡request
Send a request and wait for reply
Setup
Installation
bash
Install
npx -y mcp-server-natsExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"nats": {
"command": "npx",
"args": ["-y", "mcp-server-nats"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 45
Last UpdatedFeb 12, 2026