このリポジトリは、複数の MCP (Model Context Protocol) サーバーを管理し、Docker Compose を使用して簡単に起動するためのプロジェクトです。 各 MCP サーバーはサブモジュールとして管理されており、それぞれ特定の機能を提供します。
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.
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 ページのスクレイピング、クローリング、検索を行う機能を提供します。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.
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.
| Tool | What it does |
|---|---|
| brave-search-sse | Brave Search API を利用した Web 検索およびローカル検索機能を提供します。 |
| mcp_grareco | テキストや Web ページをグラフィックレコーディング風の HTML に変換する機能を提供します。 |
| playwright-mcp-docker | Playwright を使用してブラウザ操作を行う機能を提供します。 |
| firecrawl-sse-mcp | Firecrawl を利用して Web ページのスクレイピング、クローリング、検索を行う機能を提供します。 |
## 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.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.