Gotify MCP Server for LangChainGive LangChain instant access to 22 tools to Change Password, Create Application, Create Client, and more
LangChain is the leading Python framework for composable LLM applications. Connect Gotify through Vinkius and LangChain agents can call every tool natively. combine them with retrievers, memory, and output parsers for sophisticated AI pipelines.
Ask AI about this MCP Server for LangChain
The Gotify MCP Server for LangChain is a standout in the Communication Messaging category — giving your AI agent 22 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from langchain_mcp_adapters.client import MultiServerMCPClient
from langchain_openai import ChatOpenAI
from langgraph.prebuilt import create_react_agent
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with MultiServerMCPClient({
"gotify": {
"transport": "streamable_http",
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
}
}) as client:
tools = client.get_tools()
agent = create_react_agent(
ChatOpenAI(model="gpt-4o"),
tools,
)
response = await agent.ainvoke({
"messages": [{
"role": "user",
"content": "Using Gotify, show me what tools are available.",
}]
})
print(response["messages"][-1].content)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Gotify MCP Server
Connect your Gotify instance to any AI agent to streamline your notification workflows. Gotify is a self-hosted notification server, and this MCP server allows you to interact with its API using natural language.
LangChain's ecosystem of 500+ components combines seamlessly with Gotify through native MCP adapters. Connect 22 tools via Vinkius and use ReAct agents, Plan-and-Execute strategies, or custom agent architectures. with LangSmith tracing giving full visibility into every tool call, latency, and token cost.
What you can do
- Messaging — Send push notifications with custom priorities and titles, or retrieve and delete existing messages from your stream.
- Application Management — Create, list, update, or delete Gotify applications to organize your notification sources and tokens.
- Client Control — Manage clients and tokens to authorize different devices or services to receive messages.
- User Administration — (Admin only) List or create users to manage access to your private Gotify instance.
The Gotify MCP Server exposes 22 tools through the Vinkius. Connect it to LangChain in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 22 Gotify tools available for LangChain
When LangChain connects to Gotify through Vinkius, your AI agent gets direct access to every tool listed below — spanning push-notifications, self-hosted, alerts, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Change password on Gotify
Change current user password
Create application on Gotify
Create a new application
Create client on Gotify
Create a new client
Create user on Gotify
Create a new user (Admin only)
Delete all messages on Gotify
Delete all messages for the authenticated client
Delete application on Gotify
Delete an application
Delete client on Gotify
Delete a client
Delete message on Gotify
Delete a specific message
Get applications on Gotify
List all applications
Get clients on Gotify
List all clients
Get current user on Gotify
Get current user details
Get health on Gotify
Get server health status
Get messages on Gotify
Requires GOTIFY_CLIENT_TOKEN. Retrieve messages
Get plugin config on Gotify
Get plugin configuration
Get plugin display on Gotify
Get plugin display info
Get plugins on Gotify
List all plugins
Get users on Gotify
List all users (Admin only)
Get version on Gotify
Get server version info
Send message on Gotify
Requires GOTIFY_APP_TOKEN. Send a message via Gotify
Update application on Gotify
Update an application
Update client on Gotify
Update a client
Update plugin config on Gotify
Update plugin configuration
Connect Gotify to LangChain via MCP
Follow these steps to wire Gotify into LangChain. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
pip install langchain langchain-mcp-adapters langgraph langchain-openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
python agent.pyExplore tools
Why Use LangChain with the Gotify MCP Server
LangChain provides unique advantages when paired with Gotify through the Model Context Protocol.
The largest ecosystem of integrations, chains, and agents. combine Gotify MCP tools with 500+ LangChain components
Agent architecture supports ReAct, Plan-and-Execute, and custom strategies with full MCP tool access at every step
LangSmith tracing gives you complete visibility into tool calls, latencies, and token usage for production debugging
Memory and conversation persistence let agents maintain context across Gotify queries for multi-turn workflows
Gotify + LangChain Use Cases
Practical scenarios where LangChain combined with the Gotify MCP Server delivers measurable value.
RAG with live data: combine Gotify tool results with vector store retrievals for answers grounded in both real-time and historical data
Autonomous research agents: LangChain agents query Gotify, synthesize findings, and generate comprehensive research reports
Multi-tool orchestration: chain Gotify tools with web scrapers, databases, and calculators in a single agent run
Production monitoring: use LangSmith to trace every Gotify tool call, measure latency, and optimize your agent's performance
Example Prompts for Gotify in LangChain
Ready-to-use prompts you can give your LangChain agent to start working with Gotify immediately.
"Send a high-priority Gotify message titled 'System Alert' saying 'Disk space is low on Server A'."
"List all my current Gotify applications and their descriptions."
"Get the last 5 messages from my Gotify server."
Troubleshooting Gotify MCP Server with LangChain
Common issues when connecting Gotify to LangChain through Vinkius, and how to resolve them.
MultiServerMCPClient not found
pip install langchain-mcp-adaptersGotify + LangChain FAQ
Common questions about integrating Gotify MCP Server with LangChain.
How does LangChain connect to MCP servers?
langchain-mcp-adapters to create an MCP client. LangChain discovers all tools and wraps them as native LangChain tools compatible with any agent type.Which LangChain agent types work with MCP?
Can I trace MCP tool calls in LangSmith?
Explore More MCP Servers
View all →
Saysimple
11 toolsAutomate omnichannel messaging via Saysimple — manage chats, send WhatsApp/SMS, and use templates with AI.

Senar.io
9 toolsDetect and respond to security threats with AI-powered SIEM that correlates events across your infrastructure in real time.

Context7
2 toolsEmpower AI agents via Context7 — pull up-to-date documentation and code examples for any library or framework directly into your workspace.

Pabbly Email Marketing
10 toolsManage email campaigns and subscribers via Pabbly — list campaigns, track subscribers, and monitor automations directly from any AI agent.
