MCP Websocket Server MCP Server

WebSocket MCP Server for Mail Operations

Remote serverstreamable-http

What is the MCP Websocket Server MCP server?

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.

What you get

A Model Context Protocol (MCP) server that operates over WebSocket. Designed for mail operations and communication.

  • 🔌 WebSocket connection
  • 📧 Mail retrieval and search
  • 📊 Mail statistics
  • 🚀 Can be hosted on Render.com
  • 🏥 Health check endpoint

What the assistant can call

Once MCP Websocket Server is connected, these are the calls the assistant has available:

  • 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

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

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.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp websocket server mcp server does with a few real requests.

Available tools

ToolWhat it does
test_baglantiTest the connection
mail_getirGet the latest mail for a specified email address
mail_araSearch within mail content
mail_istatistikShow mail statistics
EnvironmentThe Environment tool exposed by this server.

How to install the MCP Websocket Server MCP 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.

Example prompts to try

  • Use MCP Websocket Server to test baglanti.
  • Use MCP Websocket Server to mail getir.
  • Use MCP Websocket Server to mail ara.

Frequently asked questions

It connects MCP Websocket Server to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (test_baglanti, mail_getir, mail_ara, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Websocket Server directly.