• Resolved Matt Woicik

    (@mwoicik)


    I followed the instructions to add the MCP server to the claude_desktop_config.json file. However, when Claude Desktop starts, I get an error message.

    Some MCP servers could not be loaded
    The following entries in claude_desktop_config.json are not valid MCP server configurations and were skipped: wordpress

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Easy MCP AI

    (@easymcpai)

    Thank you for the report. Sorry for the inconvenience.

    I just found that Claude Desktop requires the use of MCP Remote NPX. Here is the correct setting:

     "Wordpress": {
    "command": "npx",
    "args": [
    "mcp-remote",
    "https://yoursite.com/wp-json/easy-mcp-ai/v1/mcp",
    "--header",
    "Authorization: Bearer [your token]"
    ]
    }

    We will revise the documentation in our plugin page in the next version. In the next version, we will also implement Oauth authorization, so you can use claude connector.

    • This reply was modified 2 months, 2 weeks ago by Easy MCP AI.
    • This reply was modified 2 months, 2 weeks ago by Easy MCP AI.
    Thread Starter Matt Woicik

    (@mwoicik)

    Thanks. That worked. I did need to make a small change to the “command” but assume this is just my computer configuration.

    "command": "C:\PROGRA~1\nodejs\npx.cmd",

    Plugin Author Easy MCP AI

    (@easymcpai)

    We will mark this ticket as solved. Let me know if you need any further help.

    If you are satisfied with the plugin, please help us by giving a 5-star review here: https://wordpress.org/support/plugin/easy-mcp-ai/reviews/#new-post. If you have any feedback, feel free to open another ticket.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.