Claude Skill
Do you want to add Ziptax as a Claude Skill?
Download the SKILL.md file from our public Claude Skill repo on GitHub.
Instructions for installing Skills on Claude Desktop: https://support.claude.com/en/articles/12512180-use-skills-in-claude
Sample claude_desktop_config.json for the Ziptax MCP Server (requires Node installed locally):
JSON
{
"preferences": {
"coworkWebSearchEnabled": true,
"coworkScheduledTasksEnabled": false,
"ccdScheduledTasksEnabled": false,
"sidebarMode": "chat"
},
"mcpServers": {
"ziptax": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.zip-tax.com/?key=<your-api-key>"
]
}
}
}Do you need a Ziptax API key? You can create a free account at https://platform.zip.tax
Was this section helpful?
What made this section unhelpful for you?
On this page
- Claude Skill