MCP Server
MCP
LinkedMash
Search, label and export your LinkedIn saved posts, then draft, schedule and publish from them.
Install
npx -y @linkedmash/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.linkedmash.com/api/mcp",
"headers": [
{
"description": "Bearer token. Create one at https://www.linkedmash.com/integrations/api",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@linkedmash/mcp",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "LinkedMash API token. Create one at https://www.linkedmash.com/integrations/api",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LINKEDMASH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment