Skip to content

Doesn’t work in LM Studio #3

@quinncomendant

Description

@quinncomendant

Have you gotten this working in LM Studio?

I'm getting the following error when trying to use this MCP in LM Studio. I'm not sure if its an issue with LM Studio, or mcp-wayback-machine. Feel free to close this issue if its off topic.

I installed like this:

npm install -g mcp-wayback-machine

I've added it to LM Studio's mcp.json file like this:

{
  "mcpServers": {
    "wayback-machine": {
      "command": "node",
      "args": [
        "/opt/homebrew/lib/node_modules/mcp-wayback-machine/dist/index.js"
      ]
    }
  }
}

When I load the MCP in LM Studio, this error appears:

Failed to load plugin tools: [ { "code": "invalid_literal", "expected": "object", "path": [ "tools", 0, "inputSchema", "type" ], "message": "Invalid literal value, expected \"object\"" }, { "code": "invalid_literal", "expected": "object", "path": [ "tools", 1, "inputSchema", "type" ], "message": "Invalid literal value, expected \"object\"" }, { "code": "invalid_literal", "expected": "object", "path": [ "tools", 2, "inputSchema", "type" ], "message": "Invalid literal value, expected \"object\"" }, { "code": "invalid_literal", "expected": "object", "path": [ "tools", 3, "inputSchema", "type" ], "message": "Invalid literal value, expected \"object\"" } ]
Image

The logs:

2025-08-06 17:42:32 [DEBUG]
 [Client=plugin:installed:mcp/wayback-machine] Client created.
2025-08-06 17:42:32 [ERROR]
 [Plugin(mcp/wayback-machine)] stderr: MCP Wayback Machine server running on stdio
2025-08-06 17:42:32  [INFO]
 [Plugin(mcp/wayback-machine)] stdout: [Tools Prvdr.] Register with LM Studio
2025-08-06 17:42:32 [DEBUG]
 [Client=plugin:installed:mcp/wayback-machine][Endpoint=setToolsProvider] Registering tools provider.
2025-08-06 17:42:32 [DEBUG]
 [Client=plugin:installed:mcp/wayback-machine] Client created.
2025-08-06 17:42:33 [ERROR]
 [Plugin(mcp/wayback-machine)] stderr: MCP Wayback Machine server running on stdio
2025-08-06 17:42:33  [INFO]
 [Plugin(mcp/wayback-machine)] stdout: [Tools Prvdr.] Register with LM Studio
2025-08-06 17:42:33 [DEBUG]
 [Client=plugin:installed:mcp/wayback-machine][Endpoint=setToolsProvider] Registering tools provider.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions