MCP Server
io.github.infoinlet-marketplace/mcp-social MCP Server
io.github.infoinlet-marketplace/mcp-social
What is the io.github.infoinlet-marketplace/mcp-social MCP server?
Multi-platform social posting for AI agents (Postiz) — channels, schedule/publish posts.
How to install io.github.infoinlet-marketplace/mcp-social
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": {
"mcp-social": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-social"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-social": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-social"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-social": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-social"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-social": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-social"
]
}
}
}Claude Code
claude mcp add mcp-social -- npx -y @infoinlet/mcp-socialRelated MCP servers
Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.
View repository →Google Calendar for AI agents — list/create/delete events and free-busy via OAuth token.
View repository →Read-only ClickHouse for AI agents — analytics queries, table inspection, sizes, health.
View repository →Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.
View repository →Tabular data for AI agents — load CSV/JSON/XLSX, query, group-by, stats (no database).
View repository →Read-only Elasticsearch/OpenSearch for AI agents — search, indices, mappings, count, health.
View repository →