Claude Desktop alternative config
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- typescript
- Domain
- documentation
Research direction
Start with the README and find the existing Claude Desktop configuration example. Add the working alternative using auth_server_url, mcp_shared_secret, and disable_confidentiality_check, while preserving the existing context. Done means the main documentation presents the alternative configuration clearly for Claude Desktop users.
Written by the indexing model from the issue text.
Description
Highlighting that while I was not able to configure Claude Desktop with the initial README suggestion, as it was complaining about not being able to authorise the WordPress.com connection:
{
"mcpServers": {
"wordpress-reader": {
"command": "node",
"args": ["FULL_PATH_TO_THIS_FOLDER/mcp-server/dist/index.js"],
}
}
}
this one seems to have worked
{
"mcpServers": {
"wordpress-reader": {
"auth_server_url": "http://localhost:3000",
"mcp_shared_secret": "MCP_SHARED_SECRET",
"disable_confidentiality_check": false
}
}
}
Maybe we can include in the main Docs. Thanks for developing this, really useful!
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 91/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100