MCP Server
Maintained
io.github.sathvic-kollu/techtenstein-linkedin MCP Server
io.github.sathvic-kollu/techtenstein-linkedin
What is the io.github.sathvic-kollu/techtenstein-linkedin MCP server?
Enrich LinkedIn profiles, companies, and prospect searches. For sales, recruiting, B2B.
How to install io.github.sathvic-kollu/techtenstein-linkedin
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
TECHTENSTEIN_API_KEYsecretAPI key from https://apis.techtenstein.com (free tier: 10 lookups/day)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"techtenstein-linkedin": {
"command": "uvx",
"args": [
"techtenstein-linkedin-mcp"
],
"env": {
"TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"techtenstein-linkedin": {
"command": "uvx",
"args": [
"techtenstein-linkedin-mcp"
],
"env": {
"TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"techtenstein-linkedin": {
"command": "uvx",
"args": [
"techtenstein-linkedin-mcp"
],
"env": {
"TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"techtenstein-linkedin": {
"type": "stdio",
"command": "uvx",
"args": [
"techtenstein-linkedin-mcp"
],
"env": {
"TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
}
}
}
}Claude Code
claude mcp add techtenstein-linkedin --env TECHTENSTEIN_API_KEY=<YOUR_TECHTENSTEIN_API_KEY> -- uvx techtenstein-linkedin-mcpRelated MCP servers
Data-grounded sprint retro
Maintained
Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity.
0
View repository →TypeScript
MIT
Standup from your activity
Maintained
Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.
0
View repository →TypeScript
MIT
io.github.sathvic-kollu/techtenstein-bg
Maintained
AI background removal for images. Modes: auto, product, portrait, car. Transparent PNG.
0
View repository →Python
io.github.sathvic-kollu/techtenstein-pdf
Maintained
PDF text and table extraction plus metadata. Supports OCR for scanned documents.
0
View repository →Python
io.github.sathvic-kollu/techtenstein-seo
Maintained
On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations.
0
View repository →Python