drio
Open app

MikeCreighton.com Content MCP Server

Source

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

Catalog onlyCatalog onlySTDIO

Overview

MikeCreighton.com Content MCP Server is a local Model Context Protocol (MCP) server designed to provide all pages from the Mike Creighton Consulting website as resources to any MCP clients.

To use the server, you need to run it using the uv command and configure it with the appropriate settings in the claude_desktop_config.json file. Follow the setup instructions provided in the documentation for detailed steps.

  • Lists all available pages from the Mike Creighton Consulting website. - Retrieves specific page content. - Allows keyword searches across page titles and descriptions. - Each page is available as an individual resource for easy reference.
  1. Collaborating on marketing strategies and content ideas.
  2. Keeping team members updated on consulting practices.
  3. Accessing website content for content creation and critiques.

Add to your AI client

Use these steps to connect MikeCreighton.com Content MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mikecreighton-dot-com-content-mcp-mikecreighton": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mikecreighton-dot-com-content-mcp-mikecreighton"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mikecreighton-dot-com-content-mcp-mikecreighton": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mikecreighton-dot-com-content-mcp-mikecreighton"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mikecreighton-dot-com-content-mcp-mikecreighton": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mikecreighton-dot-com-content-mcp-mikecreighton"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mikecreighton-dot-com-content-mcp-mikecreighton": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mikecreighton-dot-com-content-mcp-mikecreighton"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mikecreighton-dot-com-content-mcp-mikecreighton": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mikecreighton-dot-com-content-mcp-mikecreighton"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mikecreighton-dot-com-content-mcp-mikecreighton": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mikecreighton-dot-com-content-mcp-mikecreighton"
      ]
    }
  }
}

FAQ

What is the primary use of this server?

The server is primarily used for collaboration on marketing strategies and content creation.

What tools are required to run the server?

The server requires the `uv` tool to run properly.

How can I configure the server for Claude Desktop?

You need to update the `claude_desktop_config.json` file located in the application support folder for your OS.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2532,"uuid":"6bdc1a85-f55e-416a-8d0a-1f6c11856526","name":"mikecreighton-dot-com-content-mcp","title":"MikeCreighton.com Content MCP Server","description":"A Model Context Protocol (MCP) server that will provide all of the Mike Creighton Consulting website pages as Resources to any MCP clients.","avatar_url":"https://avatars.githubusercontent.com/u/248666?v=4","created_at":"2025-03-13T08:40:20.919Z","updated_at":"2025-03-14T06:41:07.069Z","status":"created","author_name":"mikecreighton","author_avatar_url":"https://avatars.githubusercontent.com/u/248666?v=4","tags":"mikecreighton,mcp,content-server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/mikecreighton/mikecreighton-dot-com-content-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-11 11:14:00\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

MikeCreighton.com Content MCP Server — MCP Registry