Google PageRank for AI agents. 25,000+ tools indexed.

piskel-mcp-server MCP Server

yafeiaa/piskel-mcp-server

Score: 56.7 Rank #9 MCP Server
Are you the maintainer of yafeiaa/piskel-mcp-server? Claim this listing →

A Model Context Protocol server for Piskel pixel art editor. Enables AI assistants to create and manipulate pixel art through the Model Context Protocol. Piskel 像素画编辑器的 MCP(Model Context Protocol)服务器。让 AI 助手能够通过 MCP 协议创建和操作像素画。

Add AgentRank to Claude Code Discover and compare tools like yafeiaa/piskel-mcp-server — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

yafeiaa/piskel-mcp-server is a TypeScript MCP server licensed under Apache-2.0. A Model Context Protocol server for Piskel pixel art editor. Enables AI assistants to create and manipulate pixel art through the Model Context Protocol. Piskel 像素画编辑器的 MCP(Model Context Protocol)服务器。让 AI 助手能够通过 MCP 协议创建和操作像素画。 Topics: ai, art, game, game-development, mcp, piskel.

Ranked #9 out of 100 indexed tools.

In the top 9% of all indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript Apache-2.0
aiartgamegame-developmentmcppiskel

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 3

3 stars → early stage

Freshness 25% 2d ago

Last commit 2d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Detailed
License Apache-2.0

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for yafeiaa/piskel-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/yafeiaa--piskel-mcp-server)](https://agentrank-ai.com/tool/yafeiaa--piskel-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/yafeiaa--piskel-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/yafeiaa--piskel-mcp-server" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="yafeiaa/piskel-mcp-server"></script>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

From the README

# Piskel MCP Server

Piskel 像素画编辑器的 MCP(Model Context Protocol)服务器,让 AI 助手能够通过 MCP 协议创建和操作像素画。

[English](./docs/README_en.md) | [简体中文](./docs/README_zh.md)

    

## 功能特点

- 创建和管理像素画项目
- 绘制像素、线条、矩形、圆形
- 洪水填充工具
- 图层管理
- 导出为 PNG、GIF 和雪碧图
- 动画帧支持

## 安装

```bash
git clone https://github.com/yafeiaa/piskel-mcp-server.git
cd piskel-mcp-server
npm install
npm run build
```

## 快速开始

### 接入 Agent

服务器使用 stdio 传输协议。将以下配置添加到你的 Agent 设置中:

```json
{
  "mcpServers": {
    "piskel": {
      "command": "node",
      "args": ["/path/to/piskel-mcp-server/dist/index.js"]
    }
  }
}
```

请将 `/path/to/piskel-mcp-server/` 替换为你实际的克隆路径。

### 开始创作!

连接后,你可以用自然语言创建像素画:

```
"创建一个 32x32 的红色爱心精灵图"
"在中心画一个蓝色圆形"
"用绿色填充左半边"
"导出为动画 GIF"
```

## MCP 工具

### 项目管理
- `piskel_create_project` - 创建新像素画项目
- `piskel_list_projects` - 列出所有项目
- `piskel_get_project_info` - 获取项目详情
- `piskel_delete_project` - 删除项目

### 图层管理
- `piskel_add_layer` - 添加新图层
- `piskel_remove_layer` - 移除图层

### 帧管理
- `piskel_add_frame` - 添加新帧
- `pisk
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.