{"type":"mcp_server","name":"mikecreighton-dot-com-content-mcp","description":"This repository hosts a Model Context Protocol (MCP) server providing access to the Mike Creighton Consulting website content, enabling collaboration with Claude for marketing, content creation, and business understanding.","category":"Search & Knowledge","language":"Python","stars":0,"forks":0,"owner":"mikecreighton","github_url":"https://github.com/mikecreighton/mikecreighton-dot-com-content-mcp","homepage":null,"setup":"## Setup\n\n1.  Install [`uv`](https://github.com/astral-sh/uv).\n2.  Update the `claude_desktop_config.json` file located in `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows).\n3.  Add the following configuration to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n      \"Mike Creighton Consulting's Website Content\": {\n          \"command\": \"uv\",\n          \"args\": [\n              \"--directory\",\n              \"/absolute/path/to/mikecreighton-dot-com-content-mcp\",\n              \"run\",\n              \"server.py\"\n          ]\n      }\n  }\n}\n```\n\n**Note:** you may have to specify the full path to the `uv` command.\n4.  Follow the Claude Desktop setup instructions [here](https://modelcontextprotocol.io/quickstart/user) for more detailed information.","tools":"## Available Tools\n\n1.  `list_mikecreighton_website_pages` (Lists all available pages from the website)\n2.  `get_mikecreighton_website_page_content` (Gets a specific page's content)\n3.  `search_mikecreighton_website_pages` (A simple keyword search across page titles and page descriptions)\n4.  Each page is available as an individual named Resource (Allows explicit referencing of a file within a conversation)\n5.  `download.py` (Crawls mikecreighton.com and downloads all pages as HTML files to the local `html` folder, converts them to Markdown, and creates a website map as a JSON object)","faq":null,"created_at":"2025-03-11T17:51:59+00:00","updated_at":"2025-03-11T18:14:06+00:00","source_url":"https://model-context-protocol.com/servers/mcp-server-mike-creighton-website-content","related_articles":[]}