@ai-dossier/mcp-server
Freeby MCP Community
MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers
v1.3.0Added Apr 12, 2026
mcpdossierautomationllmai
@ai-dossier/mcp-server MCP Server
MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers
Installation
Reviews
Installation
Quick install
npx -y @ai-dossier/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@ai-dossier/mcp-server": {
"command": "npx",
"args": ["-y", "@ai-dossier/mcp-server"]
}
}
}