Mcp Seal Generator Server
@lilei0303
About Mcp Seal Generator Server
基于 Spring AI 的印章生成的 MCP Server 服务,快速让 AI 生成公章、私章。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-seal-generate-server": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-jar",
"/yours_path/mcp-seal-generate-server-0.0.1-SNAPSHOT.jar"
],
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Seal Generator Server?
Mcp Seal Generator Server is a Spring Boot-based service that generates official seals and personal seal images via the Model Context Protocol (MCP). It integrates with any MCP-capable AI assistant (e.g., Claude, Cursor, Qianfan AppBuilder) and stores generated images in MinIO.
How to use Mcp Seal Generator Server?
Run the server with Java 17+, configure MinIO and MCP transport mode (SSE or stdio) in application.yml, then deploy the jar. AI assistants call the two tools (generateOfficialSeal, generatePersonalSeal) by providing a seal description; the server returns a URL to the generated image.
Key features of Mcp Seal Generator Server
- Generate official seals from a text description
- Generate personal seals from a text description
- Supports SSE and stdio transport modes
- Stores images in MinIO object storage
- Integrates with any MCP-compatible AI assistant
Use cases of Mcp Seal Generator Server
- Let an AI assistant create a corporate official seal on demand
- Generate a personal name seal through natural language requests
- Embed seal generation into AI-powered document workflows
FAQ from Mcp Seal Generator Server
What runtime does Mcp Seal Generator Server require?
Java 17 or higher is required to run the server.
How are generated images stored and accessed?
Images are uploaded to a MinIO bucket. The server returns a direct URL to the image.
What transport modes are supported?
SSE (HTTP streaming) and stdio (standard I/O) modes are both supported.
Does it require a database?
No database is needed; only MinIO for image storage is required.
Can I use it with Cherry Studio?
Yes, Cherry Studio can connect via SSE or stdio MCP configuration.
More Developer Tools MCP servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Comments