MCP.so
登录

Fabelis MCP Servers

@fabelis

关于 Fabelis MCP Servers

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

rust

传输方式

stdio

发布者

fabelis

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Fabelis MCP Servers?

Fabelis MCP Servers is a collection of composable MCP servers built in Rust using the mcp-core framework. It enables you to spin up and manage local MCP servers for seamless integration with platforms like Discord, Shopify, X (Twitter), arXiv, Hugging Face, and Replicate.

How to use Fabelis MCP Servers?

Clone the repository, copy .env.example to .env, and fill in required environment variables (e.g., SHOPIFY_SHOP_DOMAIN, SHOPIFY_ACCESS_TOKEN). Run a specific server with cargo run --server <name>; for SSE mode use cargo run sse --server <name>. The SSE server defaults to port 3000 but can be configured via SERVER_PORT in .env.

Key features of Fabelis MCP Servers

  • Composable MCP servers built in Rust
  • Supports Discord, Shopify, X, arXiv, Hugging Face, and Replicate
  • SSE (Server-Sent Events) transport mode
  • Environment variable configuration for API keys and tokens
  • Open source under MIT License
  • Auto ports fallback if selected port is in use

Use cases of Fabelis MCP Servers

  • Enable AI agents to interact with Discord channels and manage communities
  • Automate Shopify store operations through AI assistants
  • Post tweets and manage X (Twitter) accounts via MCP
  • Search and retrieve academic papers from arXiv
  • Access Hugging Face models and datasets programmatically
  • Run models on Replicate through MCP tools

FAQ from Fabelis MCP Servers

What prerequisites are needed to run Fabelis MCP Servers?

You need the Rust toolchain, Cargo package manager, and Git installed.

How do I configure environment variables?

Copy .env.example to .env and fill in the required values for each server, such as SHOPIFY_SHOP_DOMAIN and SHOPIFY_ACCESS_TOKEN.

How do I run a server in SSE mode?

Execute cargo run sse --server <name> to start the server with SSE transport.

What port does the SSE server use and can I change it?

The default port is 3000. You can set a custom port via the SERVER_PORT environment variable in .env. If the port is in use, the server automatically tries the next available one.

Which platforms are supported?

Discord, Shopify, X (Twitter), arXiv, Hugging Face, and Replicate are currently supported.

评论

其他 分类下的更多 MCP 服务器