Productivity
tallyfy.com
Create workflows, SOPs, processes, and checklists for task management.
ENDPOINT 1
https://workflow-ai.tallyfy.com/mcp
MCP server metadata
- Name
- tallyfy-process-documentation-ai
- Version
- 2.2.0
Known tools 4
tallyfy.createWorkflowUse this when the user mentions workflows, wants to create a workflow, asks about workflows, or needs help with any workflow-related task.
Potential side effectstallyfy.createSOPUse this when the user mentions SOPs (Standard Operating Procedures), wants to create an SOP, asks about SOPs, or needs help with procedures and documentation.
Potential side effectstallyfy.createProcessUse this when the user mentions processes, wants to create a process, asks about processes, or needs help with any process-related task.
Potential side effectstallyfy.createChecklistUse this when the user mentions checklists, wants to create a checklist, asks about checklists, or needs help creating task lists.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tallyfy-process-documentation-ai]
url = "https://workflow-ai.tallyfy.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tallyfy-process-documentation-ai": {
"type": "http",
"url": "https://workflow-ai.tallyfy.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tallyfy-process-documentation-ai
Remote MCP URL: https://workflow-ai.tallyfy.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tallyfy-process-documentation-ai": {
"url": "https://workflow-ai.tallyfy.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tallyfy-process-documentation-ai": {
"type": "http",
"url": "https://workflow-ai.tallyfy.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tallyfy-process-documentation-ai",
"transport": "streamable-http",
"url": "https://workflow-ai.tallyfy.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp.tallyfy.com
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tallyfy-com]
url = "https://mcp.tallyfy.com"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"tallyfy-com": {
"type": "http",
"url": "https://mcp.tallyfy.com",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: tallyfy-com
Remote MCP URL: https://mcp.tallyfy.com
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tallyfy-com": {
"url": "https://mcp.tallyfy.com",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"tallyfy-com": {
"type": "http",
"url": "https://mcp.tallyfy.com",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "tallyfy-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "tallyfy-com",
"transport": "streamable-http",
"url": "https://mcp.tallyfy.com",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.