Loading MCP server directory, please wait...
Check a document for hidden text before your agent reads it. PDF, Office, RTF, HTML.
npx @getmcp/cli add ai.hiddencontent/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
HCS_API_TOKENAPI token for the HiddenContent service. Get one at https://hiddencontent.ai/start — the server refuses to start without it and says so.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.hiddencontent/mcp": {
"command": "npx",
"args": [
"-y",
"@hiddencontent/mcp"
],
"env": {
"HCS_API_TOKEN": "",
"HCS_URL": "",
"HCS_CAPABILITIES": ""
}
}
}
}