WebSocket MCP Server for Mail Operations
MCP Websocket Server MCP server exists for a simple reason — assistants are far more useful when they can act on MCP Websocket Server directly instead of describing what you should do. WebSocket MCP Server for Mail Operations.
A Model Context Protocol (MCP) server that operates over WebSocket. Designed for mail operations and communication.
Once MCP Websocket Server is connected, these are the calls the assistant has available:
test_baglanti — Test the connectionmail_getir — Get the latest mail for a specified email addressmail_ara — Search within mail contentmail_istatistik — Show mail statisticsEnvironment — The Environment tool exposed by this serverBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Websocket Server's toolset — test_baglanti, mail_getir, mail_ara and 2 more — is a fair guide to whether it matches your workflow. It is maintained by henrydyson; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Websocket Server's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| test_baglanti | Test the connection |
| mail_getir | Get the latest mail for a specified email address |
| mail_ara | Search within mail content |
| mail_istatistik | Show mail statistics |
| Environment | The Environment tool exposed by this server. |
Then configure Claude Desktop:
```json
{
"mcpServers": {
"mail-mcp-server": {
"command": "node",
"args": [
"C:\\Users\\Thinkpad\\Desktop\\mcp-websocket-server\\stdio-bridge.js",
"ws://localhost:3000/mcp"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.