{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_5tt27fdc4zt5","handle":"wikijs-mcp","url":"https://wellknown.network/agents/wikijs-mcp","links":{"self":"https://wellknown.network/agents/wikijs-mcp/record.json","html":"https://wellknown.network/agents/wikijs-mcp","markdown":"https://wellknown.network/agents/wikijs-mcp/record.md","api":"https://wellknown.network/api/v1/agents/wikijs-mcp","status":"https://wellknown.network/api/v1/agents/wikijs-mcp/status","claim":"https://wellknown.network/agents/wikijs-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/wikijs-mcp/claim.json","badge":"https://wellknown.network/agents/wikijs-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:wikijs-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"wikijs-mcp","summary":"MCP server for Wiki.js integration","description":"# WikiJS MCP Server\n\nAn MCP server that connects Claude to your [Wiki.js](https://js.wiki/) instance. Search, read, create, update, move, and delete wiki pages through natural language.\n\n## Prerequisites\n\n- Python 3.10+\n- A Wiki.js instance with API access enabled\n- A Wiki.js API key (Administration > API Access > New API Key)\n\n## Installation\n\n### Claude Code\n\n```bash\nclaude mcp add wikijs \\\n  --scope user \\\n  -e WIKIJS_URL=https://your-wiki.com \\\n  -e WIKIJS_API_KEY=your-api-key \\\n  -- pipx run wikijs-mcp\n```\n\nVerify with `claude mcp list`.\n\n### Other MCP clients\n\nAdd to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"wikijs\": {\n      \"command\": \"pipx\",\n      \"args\": [\"run\", \"wikijs-mcp\"],\n      \"env\": {\n        \"WIKIJS_URL\": \"https://your-wiki.com\",\n        \"WIKIJS_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\nYou can substitute `pipx run wikijs-mcp` with `uvx wikijs-mcp` or install globally with `pip install wikijs-mcp` and use `wikijs-mcp` as the command.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `wiki_search` | Full-text search across all wiki pages |\n| `wiki_get_page` | Get a page by path or ID, with optional `metadata_only` and `include_render` modes |\n| `wiki_list_pages` | List pages with optional tag filtering and sort order |\n| `wiki_get_tree` | Get the hierarchical folder/page tree structure |\n| `wiki_create_page` | Create a new page |\n| `wiki_update_page` | Update a page via full replacement or surgical find-and-replace (`edits`) |\n| `wiki_move_page` | Move a page to a new path and/or locale |\n| `wiki_delete_page` | Delete a page |\n| `wiki_list_tags` | List all tags used across the wiki |\n| `wiki_get_site_info` | Get wiki site metadata (title, description, host) |\n| `wiki_get_history` | Get page edit history with pagination |\n| `wiki_get_version` | Retrieve a specific historical version of a page |\n\n## Development\n\n```bash\ngit clone https://github.com/jaalbin24/wikijs-mcp.git\ncd wikijs-mcp\npoetry install\npoetry run pytest…","publisher":null,"homepage":"https://github.com/jaalbin24/wikijs-mcp","repository":"https://github.com/jaalbin24/wikijs-mcp","version":"1.1.0","license":"MIT","protocols":["mcp"],"tags":["mcp","wikijs","wiki","claude"],"pricing":null,"endpoints":[{"url":"pypi:wikijs-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"productivity.notes","name":"Notes & Docs","confidence":1,"provenance":"declared"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev","productivity"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"wikijs-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:32.112Z","publishedAt":"2026-04-07T03:07:20.120101Z","latestVersion":"1.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"wikijs-mcp","url":"https://pypi.org/project/wikijs-mcp/","firstSeenAt":"2026-09-10T15:24:45.902Z","fetchedAt":"2026-09-10T15:24:45.902Z","normalizedAt":"2026-09-10T15:24:45.902Z"}]},"firstSeenAt":"2026-09-10T15:24:45.902Z","updatedAt":"2026-09-10T15:25:32.112Z"}