Feedlio MCP server
Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.
32 downloads/wk
Reviews
Write oneNobody has reviewed Feedlio yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Feedlio tools (14, 7 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
add_media_from_urlDownloads a publicly reachable image or video URL into the user's Feedlio media
cancel_postwrite actionCancel a scheduled post so it will not be published (uid from list_posts). The post
create_postwrite actionCreate a post on one or more connected social accounts. Call list_social_accounts
create_workspacewrite actionCreate a new Feedlio workspace.
delete_mediawrite actionPermanently delete a file from the media library (uid from list_media). Irreversible —
delete_postwrite actionPermanently delete a post from Feedlio (uid from list_posts). Irreversible — confirm
delete_workspacewrite actionPermanently delete a workspace and everything in it (posts, connected accounts).
get_connect_platform_linkConnecting a social media account (Facebook, Instagram, etc.) requires an OAuth popup
list_mediaList images/videos in the user's Feedlio media library. Use a result's uid in
list_postsList posts (scheduled, in progress, completed, cancelled) in a Feedlio workspace, most
list_social_accountsList the social media accounts connected to a Feedlio workspace. Each result includes
list_workspacesList the authenticated user's Feedlio workspaces.
reschedule_postwrite actionChange the scheduled time of a scheduled post (uid from list_posts).
set_default_workspaceSet which Feedlio workspace is the default. New posts/queries that omit workspace_uid use this one.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan15 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenanceno repository listed3/15
- Maintainer identityno repository or website to verify2/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
Runs npx -y @itechsoftsolutions/social-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add feedlio -- npx -y @itechsoftsolutions/social-mcp-server
Feedlio: common questions
- Is Feedlio MCP server safe?
- With care: it is graded C, so read the findings first (55/100). Read the Feedlio safety report
- How do I install Feedlio?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Feedlio need an API key?
- Yes. The registry entry asks for
FEEDLIO_API_TOKEN. - Is Feedlio maintained?
- The latest release is v0.1.0.