Alfred MCP Server
Provides tools for managing Alfred's workflow automation platform, including creating and managing skills, MCP server connections, viewing execution history and traces, and managing API keys.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Alfred MCP Serverlist my recent Alfred skill executions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Alfred MCP Server
Model Context Protocol server that exposes Alfred's REST API as MCP tools for integration with Claude and other AI assistants.
Overview
The Alfred MCP Server provides seamless integration between Alfred's workflow automation platform and AI assistants through the Model Context Protocol. This enables AI assistants to create, manage, and execute Alfred skills, manage connections, view execution history, and handle API keys.
Key Features
20 MCP Tools covering all Alfred API endpoints
Dual Transport Support: HTTP (Smithery deployment) and STDIO (local Claude Desktop)
Type-Safe: Built with TypeScript and Zod validation
Fully Documented: Comprehensive tool descriptions and input schemas
Production Ready: Error handling, timeouts, and proper authentication
Related MCP server: Automatisch MCP Server
Tools Available
Skills Management (6 tools)
alfred_list_skills- List all skills with filtering, sorting, and paginationalfred_get_skill- Get detailed information about a specific skillalfred_create_skill- Create a new skill with steps and configurationalfred_update_skill- Update an entire skill (PUT semantics)alfred_patch_skill- Partially update a skill (PATCH semantics)alfred_delete_skill- Delete a skill (with optional force flag)
Connections Management (6 tools)
alfred_list_connections- List all MCP server connectionsalfred_get_connection- Get connection details by IDalfred_create_connection- Create a new MCP server connectionalfred_update_connection- Update entire connection configurationalfred_patch_connection- Partially update connection settingsalfred_delete_connection- Remove a connection
Execution History (5 tools)
alfred_list_executions- List execution history with filtersalfred_get_execution- Get detailed execution informationalfred_get_execution_trace- Get execution trace/logs for debuggingalfred_get_execution_stats- Get analytics and statisticsalfred_delete_execution- Delete an execution record
API Key Management (3 tools)
alfred_create_api_key- Create a new Alfred API keyalfred_list_api_keys- List all API keys (without revealing full keys)alfred_delete_api_key- Revoke an API key
Installation
Option 1: STDIO Mode (Claude Desktop)
Add to your Claude Desktop configuration:
```json { "mcpServers": { "alfred": { "command": "npx", "args": ["-y", "@alfred/mcp-server"], "env": { "ALFRED_API_KEY": "alf_xxxxxxxxxxxxxxxxxxxxxxxxxxxx", "ALFRED_BASE_URL": "http://localhost:3001/api/v1" } } } } ```
Option 2: HTTP Mode (Smithery Deployment)
Visit Smithery.ai
Search for "Alfred MCP Server"
Configure with your API key and base URL
Deploy with one click
Configuration
Required
`apiKey` - Your Alfred API key (format: `alf_xxx...`)
Optional
`baseUrl` - Alfred API base URL (default: `http://localhost:3001/api/v1\`)
`timeout` - Request timeout in milliseconds (default: `30000`)
Development
Building
```bash
Install dependencies
npm install
Build for STDIO mode
npm run build:stdio
Build for HTTP deployment (Smithery)
npm run build ```
Project Structure
``` alfred-mcp/ ├── src/ │ ├── index.ts # Main server with dual transport │ ├── client.ts # Alfred API client wrapper │ ├── types.ts # TypeScript type definitions │ └── tools/ │ ├── skills.ts # Skills management tools │ ├── connections.ts # Connections management tools │ ├── executions.ts # Execution history tools │ └── auth.ts # API key management tools ├── package.json ├── tsconfig.json └── smithery.yaml # Smithery platform config ```
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceProvides seamless integration between MCP-compatible AI assistants and n8n workflow automation, enabling intelligent management and automation of n8n workflows through natural language.5-
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with Automatisch workflow automation platform, allowing them to create, manage, and monitor workflows, connections, and executions through natural language commands.103 npm7MIT

IBM Business Automationofficial
AlicenseNot gradedqualityCmaintenanceEnables AI agents to integrate with IBM Business Automation Workflow by exposing workflow REST services as MCP tools, allowing natural language interaction with business automation capabilities.10Apache 2.0- AlicenseNot gradedqualityDmaintenanceEnables AI models to manage workflows, credentials, nodes, templates, and monitor executions on the n8n automation platform through a standardized MCP interface.77,070 npmMIT