My MCP Sse Servers MCP Server

このリポジトリは、複数の MCP (Model Context Protocol) サーバーを管理し、Docker Compose を使用して簡単に起動するためのプロジェクトです。 各 MCP サーバーはサブモジュールとして管理されており、それぞれ特定の機能を提供します。

Local serverstdio

What is the My MCP Sse Servers MCP server?

Connect My MCP Sse Servers to Claude, Cursor or any other MCP client and it stops being a tab you switch to. このリポジトリは、複数の MCP (Model Context Protocol) サーバーを管理し、Docker Compose を使用して簡単に起動するためのプロジェクトです。 各 MCP サーバーはサブモジュールとして管理されており、それぞれ特定の機能を提供します。. The my mcp sse servers mcp server is what makes that connection.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • brave-search-sse — Brave Search API を利用した Web 検索およびローカル検索機能を提供します。
  • mcp_grareco — テキストや Web ページをグラフィックレコーディング風の HTML に変換する機能を提供します。
  • playwright-mcp-docker — Playwright を使用してブラウザ操作を行う機能を提供します。
  • firecrawl-sse-mcp — Firecrawl を利用して Web ページのスクレイピング、クローリング、検索を行う機能を提供します。

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Where it fits

This sits in the browser automation group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. My MCP Sse Servers's toolset — brave-search-sse, mcp_grareco, playwright-mcp-docker and 1 more — is a fair guide to whether it matches your workflow. It is maintained by iuill; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against My MCP Sse Servers's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
brave-search-sseBrave Search API を利用した Web 検索およびローカル検索機能を提供します。
mcp_grarecoテキストや Web ページをグラフィックレコーディング風の HTML に変換する機能を提供します。
playwright-mcp-dockerPlaywright を使用してブラウザ操作を行う機能を提供します。
firecrawl-sse-mcpFirecrawl を利用して Web ページのスクレイピング、クローリング、検索を行う機能を提供します。

How to install the My MCP Sse Servers MCP server

## Roo-Code等のMCPクライアントでの設定

```json
{
  "mcpServers": {
    "brave-search-sse": {
      "url": "http://host.docker.internal:3101/sse",
      "headers": {},
      "timeout": 30,
      "disabled": false,
      "alwaysAllow": []
    },
    "playwright_sse": {
      "url": "http://host.docker.internal:3103/sse",
      "headers": {},
      "timeout": 30,
      "disabled": false,
      "alwaysAllow": [
      ]
    },
    "grareco": {
      "url": "http://host.docker.internal:3102/sse",
      "headers": {},
      "timeout": 900
    },
    "firecrawl": {
      "url": "http://host.docker.internal:3104/sse",
      "headers": {},
      "timeout": 30
    },
    "note_mcp": {
      "url": "http://host.docker.internal:3105/mcp",
      "type": "streamable-http",
      "headers": {},
      "timeout": 30
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use My MCP Sse Servers to brave-search-sse.
  • Use My MCP Sse Servers to mcp grareco.
  • Use My MCP Sse Servers to playwright-mcp-docker.

Frequently asked questions

It connects My MCP Sse Servers to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (brave-search-sse, mcp_grareco, playwright-mcp-docker, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with My MCP Sse Servers directly.