html-idea-mcp
html-idea-mcp
Ein MCP-Server, der Entwicklungsideen strukturiert und als HTML-Datei speichert.
Claude Code CLI → Speichert Dateien lokal im stdio-Modus
claude.ai Web → Über HTTP/SSE-Modus bereitstellen und verwenden
Tools
Tool | Beschreibung |
| Idee eingeben und HTML generieren |
| Liste gespeicherter Ideen anzeigen (nur CLI-Modus) |
Parameter von create_idea
Parameter | Typ | Beschreibung |
| string | Titel (erforderlich) |
| string | Kurzzusammenfassung (erforderlich) |
| string | Hintergrund / zu lösendes Problem |
| string[] | Liste der Hauptfunktionen |
| string[] | Verwendete Technologien/Bibliotheken |
| object[] | Entwicklungsphasen ( |
| string | Notizen / Ergänzungen |
|
| Priorität (Standard: |
|
| Status (Standard: |
| string | Zielverzeichnis (nur CLI-Modus) |
Related MCP server: Dev Notes MCP Server
A. Mit Claude Code CLI verwenden (lokal)
git clone https://github.com/SOOJUNBARNG/Claude_base_html_make_MCP.git
cd Claude_base_html_make_MCP
npm install
npm run buildMCP-Server registrieren
claude mcp add html-idea-mcp node /path/to/Claude_base_html_make_MCP/dist/index.jsAlternativ wird .mcp.json automatisch geladen, wenn claude in diesem Verzeichnis gestartet wird.
B. Mit claude.ai Web verwenden (Bereitstellung)
Auf Railway bereitstellen
Bei railway.app anmelden
„New Project" → „Deploy from GitHub repo" → dieses Repository auswählen
Umgebungsvariable
START_MODE=httpfestlegenNach Abschluss der Bereitstellung die ausgegebene URL prüfen (z. B.
https://html-idea-mcp-xxxx.up.railway.app)
Bei claude.ai registrieren
claude.ai öffnen und im Chat-Eingabefeld auf „+" → „Connectors" → „Connectors verwalten" klicken
„Benutzerdefinierten MCP-Server hinzufügen" auswählen
SSE-Endpunkt-URL eingeben:
https://あなたのURL.up.railway.app/sseSpeichern und aktivieren
HTTP-Modus lokal testen
npm run dev:httpIn einem anderen Terminal die Funktionsweise prüfen:
curl http://localhost:3000/healthTechnologie-Stack
TypeScript / Node.js
Express + CORS (HTTP/SSE-Modus)
Zod (Schema-Validierung)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseCqualityDmaintenanceGenerates project specifications and file structures using Claude AI through MCP integration. Enables users to describe project ideas and automatically create corresponding documentation and project files.1
- FlicenseNot gradedqualityDmaintenanceEnables Claude Code to save, list, and read markdown notes directly from conversations, eliminating manual file management for project ideas, debugging notes, and meeting summaries.
- FlicenseAqualityDmaintenanceEnables creating, viewing, and managing articles and projects via Claude Code and Cursor, with tools for project search, article creation, and content retrieval.5
- FlicenseNot gradedqualityBmaintenanceEnables Claude to navigate, screenshot, read console/network, and crawl links in HTML documentation via a co-located headless Chromium and VSCode webview pane.13
Related MCP Connectors
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Turn Claude or ChatGPT into a website builder that ships a real site to a live URL you own.
Read, edit, publish, and preview your pepita websites from Claude.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SOOJUNBARNG/Claude_base_html_make_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server