io.github.abelljs/abell MCP Server
io.github.abelljs/abell
MCP server exposing AI tooling for the Abell static-site-generator ecosystem.
What is the io.github.abelljs/abell MCP server?
io.github.abelljs/abell is an MCP server that provides AI tools related to Abell, a low-level, framework-agnostic static-site generator. It currently ships the MCP integration for Abell, allowing AI agents to interact with Abell-based tooling. It is installed via the npm package "abell-ai".
This MCP server packages AI-related tooling for Abell, a lightweight static-site generator that lets developers build static sites with minimal learning curve using JavaScript-in-HTML syntax. The README indicates it currently includes the MCP integration of Abell, though it does not detail specific tool functions beyond this. It's installed via npm as "abell-ai" and is intended for developers already using or exploring the Abell static-site-generator framework.
How to install io.github.abelljs/abell
Copy-paste configuration for popular MCP clients.
{
"mcpServers": {
"abell": {
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}{
"mcpServers": {
"abell": {
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}{
"mcpServers": {
"abell": {
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}{
"servers": {
"abell": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}claude mcp add abell -- npx -y abell-aiUse cases
- Connect an AI agent to Abell project tooling for assistance with static site generation
- Enable AI-assisted workflows within Abell-based static site projects
io.github.abelljs/abell MCP server FAQ
It provides AI tools related to Abell, a static-site generator. The README states it currently includes the MCP of Abell, but does not specify individual tool functions in detail.
The underlying Abell project is open source under the MIT License. The README does not mention any paid tiers for the MCP server itself.
Install it via npm using the package "abell-ai", as listed in the install/connect methods for this server.
The README does not mention any required authentication or API keys for this MCP server.
Abell is a low-level, framework-agnostic, highly flexible static-site generator that lets you write JavaScript expressions directly inside HTML-like templates (e.g., .abell files) to generate static HTML output.
Full documentation for Abell is available at https://abelljs.org, including a syntax guide and project setup instructions.
README (reference)
Source of truth, from the repository.
A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites without too much of learning curve.
Documentation: https://abelljs.org
📖 Create Abell Project
npx create-abell my-abell-site
cd my-abell-site
npm run dev
Check out https://abelljs.org for complete documentation.
🚀 Syntax Example
<!-- index.abell -->
<html>
<body>
I can render JavaScript! Look: {{ 10 + 10 }}
</body>
</html>
Output:
<!-- index.html -->
<html>
<body>
I can render JavaScript! Look: 20
</body>
</html>
Learn More at Syntax Guide
📄 License
This project is licensed under the MIT License
🤗 Contributing
Check out CONTRIBUTING.md
If you like my work, you can sponsor me on GitHub: https://github.com/sponsors/saurabhdaware 🌻
Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.