erica-clientinfo-mcp
v1.0.0
Published
MCP server for accessing client info documents from Google Drive
Downloads
80
Maintainers
Readme
erica-clientinfo-mcp
MCP server for accessing client info documents from Google Drive.
Installation
npx -y erica-clientinfo-mcpClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"erica-clientinfo": {
"command": "npx",
"args": ["-y", "erica-clientinfo-mcp"],
"env": {
"CLIENT_INFOS_FOLDER_ID": "your-google-drive-folder-id",
"GOOGLE_REFRESH_TOKEN": "your-refresh-token",
"GOOGLE_CLIENT_ID": "your-client-id",
"GOOGLE_CLIENT_SECRET": "your-client-secret"
}
}
}
}Alternative: Service Account
{
"mcpServers": {
"erica-clientinfo": {
"command": "npx",
"args": ["-y", "erica-clientinfo-mcp"],
"env": {
"CLIENT_INFOS_FOLDER_ID": "your-google-drive-folder-id",
"GOOGLE_SERVICE_ACCOUNT_KEY": "{\"type\":\"service_account\",\"project_id\":\"...\",\"private_key\":\"...\"}"
}
}
}
}Tools Available
| Tool | Description |
|------|-------------|
| clientinfo_get | Get client info for a specific domain |
| clientinfo_list | List all available client info documents |
| clientinfo_search | Search for client documents matching a query |
Usage Examples
Once configured, ask Claude:
- "Get client info for example.com"
- "List all my clients"
- "Search for clients matching 'tech'"
