# LinkedIn
import ToolInfo from "@/app/_components/tool-info";
import Badges from "@/app/_components/badges";
import TabbedCodeBlock from "@/app/_components/tabbed-code-block";
import TableOfContents from "@/app/_components/table-of-contents";
import ToolFooter from "@/app/_components/tool-footer";
import { Callout } from "nextra/components";
The Arcade LinkedIn MCP Server provides a pre-built set of tools for interacting with LinkedIn. These tools make it easy to build agents and AI apps that can:
- Create a post
## Available Tools
These tools are currently available in the Arcade LinkedIn MCP Sever.
If you need to perform an action that's not listed here, you can [get in touch
with us](mailto:contact@arcade.dev) to request a new tool, or [create your own
tools](/guides/create-tools/tool-basics/build-mcp-server) with the [LinkedIn auth
provider](/references/auth-providers/linkedin#using-linkedin-auth-in-custom-tools).
## Linkedin.CreateTextPost
Share a new text post to LinkedIn.
**Parameters**
- **`text`** _(string, required)_ The text content of the post.
---
## Auth
The Arcade LinkedIn MCP Sever uses the [LinkedIn auth provider](/references/auth-providers/linkedin) to connect to users' LinkedIn accounts.
With the Arcade Cloud Platform, there's nothing to configure. Your users will see `Arcade` as the name of the application that's requesting permission.
With a self-hosted installation of Arcade, you need to [configure the LinkedIn auth provider](/references/auth-providers/linkedin#configuring-linkedin-auth) with your own LinkedIn app credentials.