MCP.so
ログイン

MikeCreighton.com Content MCP Server

@mikecreighton

MikeCreighton.com Content MCP Server について

A Model Context Protocol (MCP) server that will provide all of the Mike Creighton Consulting website pages as Resources to any MCP clients.

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

mikecreighton

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "Mike Creighton Consulting's Website Content": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/mikecreighton-dot-com-content-mcp",
        "run",
        "server.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MikeCreighton.com Content MCP Server?

A local MCP server that provides all pages from the Mike Creighton Consulting website as MCP resources, enabling AI assistants like Claude to access and collaborate on the site’s content.

How to use MikeCreighton.com Content MCP Server?

Requires uv to run. Configure your MCP client (e.g., Claude Desktop) by adding the provided JSON to claude_desktop_config.json, pointing to the full path of the server directory. The server exposes three tools: list_mikecreighton_website_pages, get_mikecreighton_website_page_content, and search_mikecreighton_website_pages. Use queries like “What has Mike written about lately?” to invoke them.

Key features of MikeCreighton.com Content MCP Server

  • Exposes every website page as a named MCP Resource
  • Includes tools to list, get, and search page content
  • Uses uv for zero‑setup Python environment management
  • Pages are available locally in Markdown format
  • Supports keyword search across titles and descriptions

Use cases of MikeCreighton.com Content MCP Server

  • Collaborate with Claude on marketing strategies and content ideas
  • Keep an AI assistant updated on your consulting practice activities
  • Quickly retrieve and analyze any page from the Mike Creighton website
  • Generate content critiques and new content based on existing material

FAQ from MikeCreighton.com Content MCP Server

What runtime dependencies are needed?

uv must be installed. The server automatically uses the correct Python virtual environment via uv.

How do I configure this with Claude Desktop?

Add the JSON block from the README to your claude_desktop_config.json file (located in ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows). You may need to provide the full path to the uv command.

Where does the website content come from and how is it stored?

The included download.py utility crawls mikecreighton.com, saves HTML to a local html/ folder, converts it to Markdown in a markdown/ folder, and generates a JSON map of the site. These files are not committed to the repository.

Can I use this server with MCP clients other than Claude?

Yes. The README states it provides resources “to any MCP clients,” making it compatible with any client that follows the MCP protocol.

Does the server support search beyond page titles?

Yes. The search_mikecreighton_website_pages tool performs keyword searching across both page titles and page descriptions.

コメント

「その他」の他のコンテンツ