PluginBench
MCP Server
Maintained
MIT

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "abell": {
      "command": "npx",
      "args": [
        "-y",
        "abell-ai"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "abell": {
      "command": "npx",
      "args": [
        "-y",
        "abell-ai"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "abell": {
      "command": "npx",
      "args": [
        "-y",
        "abell-ai"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "abell": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "abell-ai"
      ]
    }
  }
}
Claude Code
claude mcp add abell -- npx -y abell-ai

Use 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

What does the io.github.abelljs/abell MCP server do?

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.

Is this MCP server free to use?

The underlying Abell project is open source under the MIT License. The README does not mention any paid tiers for the MCP server itself.

How do I install this MCP server?

Install it via npm using the package "abell-ai", as listed in the install/connect methods for this server.

Does this MCP server require authentication?

The README does not mention any required authentication or API keys for this MCP server.

What is Abell itself?

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.

Where can I find more documentation on Abell?

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.

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/abelljs/abell/assets/30949385/0452e85b-df57-47a3-891c-33068de5c0e2"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/abelljs/abell/assets/30949385/e9ea17d6-c248-4ef6-9803-fd058b131b4a"> <img width="512" alt="Abell Logo and Title" src="https://github.com/abelljs/abell/assets/30949385/e9ea17d6-c248-4ef6-9803-fd058b131b4a"> </picture> </p> <p align="center"><a href="https://npmjs.org/package/abell"><img alt="Abell Latest Version" src="https://img.shields.io/github/package-json/v/abelljs/abell/main?filename=packages%2Fabell%2Fpackage.json&style=for-the-badge&labelColor=322&logo=npm&label=abell&color=darkred"></a> &nbsp;<a href="https://abelljs.org/"><img alt="Documentation abelljs.org" src="https://img.shields.io/badge/Documentation-abelljs.org-0a30e0?style=for-the-badge&labelColor=19216D&logo=readthedocs&logoColor=eee"/></a> &nbsp;<a href="https://discord.gg/ndsVpRG"><img alt="Discord Join Chat" src="https://img.shields.io/badge/discord-join%20chat-738ADB?style=for-the-badge&logo=discord&logoColor=738ADB&labelColor=225"/></a></p> <h1 aria-hidden="true"></h1> <br/>

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

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →