Skip to main content
Glama

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

create_idea

Idee eingeben und HTML generieren

list_ideas

Liste gespeicherter Ideen anzeigen (nur CLI-Modus)

Parameter von create_idea

Parameter

Typ

Beschreibung

title

string

Titel (erforderlich)

summary

string

Kurzzusammenfassung (erforderlich)

background

string

Hintergrund / zu lösendes Problem

features

string[]

Liste der Hauptfunktionen

techStack

string[]

Verwendete Technologien/Bibliotheken

phases

object[]

Entwicklungsphasen (name + tasks[])

notes

string

Notizen / Ergänzungen

priority

high / medium / low

Priorität (Standard: medium)

status

idea / planning / in-progress / done

Status (Standard: idea)

outputDir

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 build

MCP-Server registrieren

claude mcp add html-idea-mcp node /path/to/Claude_base_html_make_MCP/dist/index.js

Alternativ wird .mcp.json automatisch geladen, wenn claude in diesem Verzeichnis gestartet wird.


B. Mit claude.ai Web verwenden (Bereitstellung)

Auf Railway bereitstellen

  1. Bei railway.app anmelden

  2. „New Project" → „Deploy from GitHub repo" → dieses Repository auswählen

  3. Umgebungsvariable START_MODE=http festlegen

  4. Nach Abschluss der Bereitstellung die ausgegebene URL prüfen (z. B. https://html-idea-mcp-xxxx.up.railway.app)

Bei claude.ai registrieren

  1. claude.ai öffnen und im Chat-Eingabefeld auf „+" → „Connectors" → „Connectors verwalten" klicken

  2. „Benutzerdefinierten MCP-Server hinzufügen" auswählen

  3. SSE-Endpunkt-URL eingeben:

    https://あなたのURL.up.railway.app/sse
  4. Speichern und aktivieren


HTTP-Modus lokal testen

npm run dev:http

In einem anderen Terminal die Funktionsweise prüfen:

curl http://localhost:3000/health

Technologie-Stack

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude Code to save, list, and read markdown notes directly from conversations, eliminating manual file management for project ideas, debugging notes, and meeting summaries.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables Claude to navigate, screenshot, read console/network, and crawl links in HTML documentation via a co-located headless Chromium and VSCode webview pane.
    13

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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