You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Cannot find module '/Users/abosse/Documents/GitHub/rijksmuseum-mcp/dist/index.js'
at Function._resolveFilename (node:internal/modules/cjs/loader:1410:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1061:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1066:22)
at Function._load (node:internal/modules/cjs/loader:1215:37)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:234:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5)
at node:internal/main/run_main_module:33:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v23.5.0
The text was updated successfully, but these errors were encountered:
The key change was ensuring consistency between the TypeScript output directory (build/) and the Claude Desktop configuration. You don't need to run npm start - Claude Desktop will handle running the server when properly configured.
Let me know if you need any help with the configuration!
Works perfectly now, thank you. I guess I will need to upgrade to Claude Pro :) There's currently no way to get MCP to work outside the Claude Desktop app, is that right? e.g. via LM Studio or some other front-end that uses the Anthropic API.
I get this error following
npm start
The text was updated successfully, but these errors were encountered: