MikeCreighton.com Content MCP Server
@mikecreighton
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Mike Creighton Consulting's Website Content": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/mikecreighton-dot-com-content-mcp",
"run",
"server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
uvfor 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.
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mlops
visengerA curated list of references for MLOps
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments