Holaspirit MCP Server
Connect your AI agents to Holaspirit with this MCP server, enabling automated access to tasks and organizational data for smarter, AI-driven workflows.

What does “Holaspirit” MCP Server do?
The Holaspirit MCP Server is a Model Context Protocol (MCP) server that connects AI assistants to the Holaspirit API, enabling seamless access and interaction with organizational data managed via Holaspirit. By providing an MCP-compatible interface, this server allows AI-driven tools to query, retrieve, and process information such as tasks, roles, or other Holaspirit resources. This integration streamlines workflows for developers and teams by automating tasks like listing organization tasks, facilitating richer context for large language models (LLMs), and supporting advanced AI-augmented productivity features.
List of Prompts
No prompt templates are mentioned in the repository.
List of Resources
No explicit MCP resources are documented in the repository.
List of Tools
- holaspirit_list_tasks
Lists all tasks in the organization by interfacing with the Holaspirit API.
Use Cases of this MCP Server
- Task Management Automation
Enables developers to automate the process of listing and retrieving all organizational tasks, saving time and reducing manual overhead. - AI-driven Project Insights
Allows AI assistants to gather up-to-date organizational tasks, supporting project management bots or dashboards. - Integration with AI Workflows
Facilitates seamless connection between Holaspirit data and custom AI workflows, e.g., surfacing tasks in chatbots or productivity agents. - Centralized Data Access
Provides a standardized interface for LLMs to access Holaspirit data, consolidating information retrieval for teams. - Custom Reporting
Empowers developers to create custom scripts or reports that leverage live Holaspirit task data through MCP.
How to set it up
Windsurf
Ensure you have Node.js installed.
Open your Windsurf configuration file.
Add the Holaspirit MCP Server to your
mcpServers
object:{ "mcpServers": { "holaspirit-mcp": { "command": "npx", "args": ["holaspirit-mcp-server@latest"] } } }
Save the file and restart Windsurf.
Verify setup by checking for Holaspirit MCP access in the interface.
Claude
Install Node.js on your machine.
Locate your Claude configuration file.
Insert the following snippet under
mcpServers
:{ "mcpServers": { "holaspirit-mcp": { "command": "npx", "args": ["holaspirit-mcp-server@latest"] } } }
Save and restart Claude.
Confirm the server is operational.
Cursor
Make sure Node.js is installed.
Edit the Cursor configuration file.
Add Holaspirit MCP Server with:
{ "mcpServers": { "holaspirit-mcp": { "command": "npx", "args": ["holaspirit-mcp-server@latest"] } } }
Restart Cursor after saving.
Check Cursor for Holaspirit MCP integration.
Cline
Install Node.js.
Open the Cline configuration file.
Add the MCP server to the
mcpServers
block:{ "mcpServers": { "holaspirit-mcp": { "command": "npx", "args": ["holaspirit-mcp-server@latest"] } } }
Save and restart Cline.
Verify the server is active and accessible.
Securing API Keys
Store the Holaspirit API key in an environment variable for security. Example:
{
"command": "npx",
"args": ["holaspirit-mcp-server@latest"],
"env": {
"HOLASPIRIT_API_KEY": "<YOUR_API_KEY>"
}
}
Replace <YOUR_API_KEY>
with your actual Holaspirit API key.
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"holaspirit-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent can use this MCP as a tool with access to all its functions and capabilities. Remember to change "holaspirit-mcp"
to your chosen server name and update the URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | From README.md |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No explicit resources documented |
List of Tools | ✅ | holaspirit_list_tasks tool |
Securing API Keys | ✅ | .env.sample and setup section |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available information, Holaspirit MCP Server is a minimal but functional implementation focused on a single tool and clear setup instructions. The lack of prompt templates, resources, and sampling support reduces its versatility, but its documentation is clear and setup for key platforms is easy.
MCP Score
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 8 |
Number of Stars | 1 |
Rating:
Based on the two tables above, I would rate this MCP server a 4/10. It is lightweight and straightforward, but lacks advanced MCP features and broader tool/resource coverage.
Frequently asked questions
- What is the Holaspirit MCP Server?
The Holaspirit MCP Server is a Model Context Protocol (MCP) server that connects AI assistants to the Holaspirit API, enabling secure and automated access to organizational data such as tasks and roles. It streamlines task management, context gathering, and AI-driven workflows.
- What can I do with the holaspirit_list_tasks tool?
The holaspirit_list_tasks tool allows AI agents or developers to retrieve a complete list of tasks from your Holaspirit organization, supporting automation and reporting features in your workflows.
- How do I secure my Holaspirit API key?
Store your Holaspirit API key in an environment variable in your MCP server configuration (for example, 'HOLASPIRIT_API_KEY'). This keeps your credentials secure and separate from code.
- Is prompt or resource creation supported?
Currently, this server focuses on task retrieval and does not document prompt templates or custom MCP resources. It is a minimal, straightforward integration with a focus on task management.
- What platforms are supported for setup?
Setup instructions are provided for Windsurf, Claude, Cursor, and Cline. All require Node.js and simple configuration file edits to get started.
- How do I use Holaspirit MCP Server in FlowHunt flows?
Add the MCP component to your FlowHunt flow, configure it with your Holaspirit MCP Server URL and settings, and connect it to your AI agent. This allows the agent to access Holaspirit data as part of your workflow.
Integrate Holaspirit with FlowHunt
Automate organizational data access and task management by connecting Holaspirit to your AI workflows using the Holaspirit MCP Server.